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
job.md Closes #22441: Add execution_time field to background jobs 2026-06-24 16:39:59 +02:00
objectchange.md
objecttype.md