netbox/docs/models/core
Jason Novinger e7e1362c35 Closes #22441: Add execution_time field to background jobs
Adds a nullable DurationField computed as completed - started, set in
Job.terminate(). Exposes it as an orderable table column, detail-panel
attr, REST API field, and UI/API range filters (execution_time__gte /
execution_time__lte).

A plain stored field (not a GeneratedField) keeps the migration
metadata-only, avoiding a full table rewrite on core_job.
2026-06-24 16:39:59 +02:00
..
datafile.md
datasource.md
job.md Closes #22441: Add execution_time field to background jobs 2026-06-24 16:39:59 +02:00
objectchange.md Documentation cleanup (#22127) 2026-05-06 16:58:08 -05:00
objecttype.md Documentation cleanup (#22127) 2026-05-06 16:58:08 -05:00