Fixes #3930: Fix API rendering of the family field for aggregates

This commit is contained in:
Jeremy Stretch
2020-01-15 13:53:17 -05:00
parent 2e123a47bd
commit 59841d8203
5 changed files with 22 additions and 13 deletions

View File

@@ -240,6 +240,7 @@ PATCH) to maintain backward compatibility. This behavior will be discontinued be
## Bug Fixes
* [#3830](https://github.com/digitalocean/netbox/issues/3830) - Ensure deterministic ordering for all models
* [#3930](https://github.com/digitalocean/netbox/issues/3930) - Fix API rendering of the `family` field for aggregates
## Bug Fixes (From Beta)