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

Fixes #9151: Child prefix counts not annotated on aggregates list under RIR view

This commit is contained in:
jeremystretch
2022-04-18 08:43:46 -04:00
parent 1636508a6a
commit 671e1aed9f
2 changed files with 3 additions and 2 deletions

View File

@@ -5,6 +5,7 @@
### Bug Fixes
* [#9133](https://github.com/netbox-community/netbox/issues/9133) - Upgrade script should require Python 3.8 or later
* [#9151](https://github.com/netbox-community/netbox/issues/9151) - Child prefix counts not annotated on aggregates list under RIR view
* [#9156](https://github.com/netbox-community/netbox/issues/9156) - Fix loading UserConfig data from fixtures
---