Files
netbox/netbox/core/models/jobs.py
Alexander Haase c34a0e2720 Fix job field validation
Previously, fields in the Job model were not validated when the job was
created. Now 'full_clean()' is called before saving the job to ensure
valid data.
2024-10-23 21:39:00 +02:00

7.8 KiB