Fixes #7301: Fix exception when deleting a large number of child prefixes

This commit is contained in:
jeremystretch
2021-09-20 10:02:03 -04:00
parent 879ffd648b
commit 8ba5d03280
2 changed files with 4 additions and 3 deletions

View File

@@ -25,6 +25,7 @@
* [#7279](https://github.com/netbox-community/netbox/issues/7279) - Fix exception when tracing cable with no associated path
* [#7282](https://github.com/netbox-community/netbox/issues/7282) - Fix KeyError exception when `INSECURE_SKIP_TLS_VERIFY` is true
* [#7298](https://github.com/netbox-community/netbox/issues/7298) - Restore missing object names from applied object list filters
* [#7301](https://github.com/netbox-community/netbox/issues/7301) - Fix exception when deleting a large number of child prefixes
---