netbox
netbox copied to clipboard
Fixes #17685 : Fix job field validation
Fixes: #17685
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. In addition, test cases have been updated because using a Job as instance when creating a job would not pass validation.