1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

Merge branch 'feature' into 5284-vlangroup-scope

This commit is contained in:
Jeremy Stretch
2021-03-15 20:48:55 -04:00
38 changed files with 760 additions and 170 deletions

View File

@@ -77,6 +77,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