Fixes #2443: Enforce JSON object format when creating config contexts

This commit is contained in:
Jeremy Stretch
2018-09-18 11:46:22 -04:00
parent e965adad7c
commit 9df33cef8b
2 changed files with 9 additions and 0 deletions

View File

@@ -8,6 +8,7 @@ v2.4.5 (FUTURE)
## Bug Fixes
* [#2406](https://github.com/digitalocean/netbox/issues/2406) - Remove hard-coded limit of 1000 objects from API-populated form fields
* [#2443](https://github.com/digitalocean/netbox/issues/2443) - Enforce JSON object format when creating config contexts
---