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

Fixes #4992: Add display_name to nested VRF serializer

This commit is contained in:
Jeremy Stretch
2020-08-13 09:44:01 -04:00
parent 3c395e7c9f
commit acd5f21866
3 changed files with 6 additions and 2 deletions

View File

@@ -6,6 +6,10 @@
* [#4885](https://github.com/netbox-community/netbox/issues/4885) - Add MultiChoiceVar for custom scripts
### Bug Fixes
* [#4992](https://github.com/netbox-community/netbox/issues/4992) - Add `display_name` to nested VRF serializer
---
## v2.8.9 (2020-08-04)