You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/release-notes/version-3.5.md
+14-1Lines changed: 14 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,12 @@
2
2
3
3
## v3.5.0 (FUTURE)
4
4
5
+
### Breaking Changes
6
+
7
+
* The JobResult model has been moved from the `extras` app to `core` and renamed to Job. Accordingly, its REST API endpoint has been moved from `/api/extras/job-results/` to `/api/core/jobs/`.
8
+
* The `obj_type` field on the Job model (previously JobResult) has been renamed to `object_type` for consistency with other models.
9
+
* The `JOBRESULT_RETENTION` configuration parameter has been renamed to `JOB_RETENTION`.
0 commit comments