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

Fixes #7101: Enforce MAX_PAGE_SIZE for table and REST API pagination

This commit is contained in:
jeremystretch
2021-08-31 13:52:04 -04:00
parent c4c6fa6042
commit 1c09ffdd1f
4 changed files with 18 additions and 19 deletions

View File

@@ -13,6 +13,7 @@
* [#7084](https://github.com/netbox-community/netbox/issues/7084) - Fix KeyError exception when editing access VLAN on an interface
* [#7089](https://github.com/netbox-community/netbox/issues/7089) - Fix ContentTypeFilterSet not filtering on q filter
* [#7096](https://github.com/netbox-community/netbox/issues/7096) - Home links should honor `BASE_PATH` configuration
* [#7101](https://github.com/netbox-community/netbox/issues/7101) - Enforce `MAX_PAGE_SIZE` for table and REST API pagination
---