Fixes #6771: Add count of inventory items to manufacturer view

This commit is contained in:
jeremystretch
2021-07-28 10:25:52 -04:00
parent fa1dc3f0aa
commit b26c560b24
3 changed files with 11 additions and 0 deletions

View File

@@ -22,6 +22,7 @@
### Other Changes
* [#6771](https://github.com/netbox-community/netbox/issues/6771) - Add count of inventory items to manufacturer view
* [#6781](https://github.com/netbox-community/netbox/issues/6781) - Database query caching is now disabled by default
---