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

Fixes #9884: Prevent querying assigned VRF on prefix object init

This commit is contained in:
jeremystretch
2022-08-01 09:47:18 -04:00
parent 9fe5f09742
commit 8a075bcff9
3 changed files with 4 additions and 3 deletions

View File

@ -11,6 +11,7 @@
### Bug Fixes
* [#9884](https://github.com/netbox-community/netbox/issues/9884) - Prevent querying assigned VRF on prefix object init
* [#9891](https://github.com/netbox-community/netbox/issues/9891) - Ensure consistent ordering for tags during object serialization
---