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.7.md
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -65,9 +65,11 @@ Plugins can now [register their own data backends](../plugins/development/data-b
65
65
*[#13794](https://github.com/netbox-community/netbox/issues/13794) - Any models with a relationship to Tenant are now included automatically in the list of related objects under the tenant view
66
66
*[#13808](https://github.com/netbox-community/netbox/issues/13808) - Added a `/render-config` REST API endpoint for virtual machines
67
67
*[#14035](https://github.com/netbox-community/netbox/issues/14035) - Order objects of equivalent weight by value in global search results to improve readability
*[#14156](https://github.com/netbox-community/netbox/issues/14156) - Enable custom fields for contact assignments
69
70
*[#14361](https://github.com/netbox-community/netbox/issues/14361) - Add a `description` field for webhooks
70
71
*[#14365](https://github.com/netbox-community/netbox/issues/14365) - Introduced `job_start` and `job_end` signals
72
+
*[#14436](https://github.com/netbox-community/netbox/issues/14436) - Add PostgreSQL indexes for all GenericForeignKey fields
71
73
72
74
### Other Changes
73
75
@@ -79,6 +81,8 @@ Plugins can now [register their own data backends](../plugins/development/data-b
79
81
*[#14312](https://github.com/netbox-community/netbox/issues/14312) - Move the ConfigRevision model from the `extras` app to `core`
80
82
*[#14326](https://github.com/netbox-community/netbox/issues/14326) - Form feature mixin classes have been moved from the `extras` app to `netbox`
81
83
*[#14395](https://github.com/netbox-community/netbox/issues/14395) - Moved `extras.webhooks_worker.process_webhook()` to `extras.webhooks.send_webhook()` (backward compatibility has been retained)
84
+
*[#14424](https://github.com/netbox-community/netbox/issues/14424) - Remove change logging functionality from StagedChange
85
+
*[#14458](https://github.com/netbox-community/netbox/issues/14458) - Remove the obsolete `clearcache` management command
0 commit comments