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

Fixes #4725: Fix "brief" rendering of various REST API endpoints

This commit is contained in:
Jeremy Stretch
2020-06-05 15:48:36 -04:00
parent d2dce6db25
commit e616aad911
4 changed files with 155 additions and 45 deletions

View File

@@ -10,6 +10,7 @@
* [#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
* [#4725](https://github.com/netbox-community/netbox/issues/4725) - Fix "brief" rendering of various REST API endpoints
---