From db8356ca87063b31f8ad24b6a1fb837842f53a08 Mon Sep 17 00:00:00 2001 From: Jeremy Stretch Date: Fri, 12 Mar 2021 16:01:07 -0500 Subject: [PATCH] Changelog for #5972 --- docs/release-notes/version-2.11.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/release-notes/version-2.11.md b/docs/release-notes/version-2.11.md index 69023ad83..b9875a628 100644 --- a/docs/release-notes/version-2.11.md +++ b/docs/release-notes/version-2.11.md @@ -71,6 +71,7 @@ The ObjectChange model (which is used to record the creation, modification, and * [#5894](https://github.com/netbox-community/netbox/issues/5894) - Use primary keys when filtering object lists by related objects in the UI * [#5895](https://github.com/netbox-community/netbox/issues/5895) - Rename RackGroup to Location * [#5901](https://github.com/netbox-community/netbox/issues/5901) - Add `created` and `last_updated` fields to device component models +* [#5972](https://github.com/netbox-community/netbox/issues/5972) - Enable bulk editing for organizational models ### Other Changes