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

fixes #4647 - caching invalidation related to assinging new IP addresses to interfaces

This commit is contained in:
John Anderson
2020-05-15 02:45:48 -04:00
parent 2c2d6c6d47
commit 14744da8f6
2 changed files with 8 additions and 1 deletions

View File

@@ -5,6 +5,8 @@ v2.8.5 (FUTURE)
### Bug Fixes
* [#3304](https://github.com/netbox-community/netbox/issues/3304) - Fix caching invalidation issue related to device/virtual machine primary IP addresses
* [#4647](https://github.com/netbox-community/netbox/issues/4647) - Fix caching invalidation issue related to assinging new IP addresses to interfaces
---