Fixes #2483: Set max item count of API-populated form fields to MAX_PAGE_SIZE

This commit is contained in:
Jeremy Stretch
2018-10-03 16:17:17 -04:00
parent 381aa928e6
commit 6559c607a3
2 changed files with 9 additions and 1 deletions

View File

@@ -1,3 +1,11 @@
v2.4.6 (FUTURE)
## Bug Fixes
[#2483](https://github.com/digitalocean/netbox/issues/2483) - Set max item count of API-populated form fields to MAX_PAGE_SIZE
---
v2.4.5 (2018-10-02)
## Enhancements