Fixes #5217: Prevent erroneous removal of prefetched GenericForeignKey data from tables

This commit is contained in:
Jeremy Stretch
2020-10-07 13:09:08 -04:00
parent 9e7aa87651
commit 21c400fff9
2 changed files with 3 additions and 1 deletions

View File

@@ -12,6 +12,7 @@
* [#5199](https://github.com/netbox-community/netbox/issues/5199) - Change default LDAP logging to INFO
* [#5201](https://github.com/netbox-community/netbox/issues/5201) - Fix missing querystring when bulk editing/deleting VLAN Group VLANs when selecting "select all x items matching query"
* [#5206](https://github.com/netbox-community/netbox/issues/5206) - Apply user pagination preferences to all paginated object lists
* [#5217](https://github.com/netbox-community/netbox/issues/5217) - Prevent erroneous removal of prefetched GenericForeignKey data from tables
---