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 Closes #11558: Add support for remote data sources (#11646) 2023-02-19 20:09:51 -05:00
datasource.md add docs and tests 2026-03-10 08:58:07 -07:00
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