Fixes #4707: Fix prefix_count population on VLAN API serializer

This commit is contained in:
Jeremy Stretch
2020-06-02 13:40:14 -04:00
parent 13d0e01a23
commit e50c4e50ee
2 changed files with 2 additions and 1 deletions

View File

@@ -5,6 +5,7 @@
### Bug Fixes
* [#4702](https://github.com/netbox-community/netbox/issues/4702) - Catch IntegrityError exception when adding a non-unique secret
* [#4707](https://github.com/netbox-community/netbox/issues/4707) - Fix `prefix_count` population on VLAN API serializer
---