Fixes #7089 - Adds Q filter to ContentTypeFilterSet

This commit is contained in:
Daniel Sheppard
2021-08-31 11:31:40 -05:00
parent 94212fa3b5
commit 1597d44541
2 changed files with 13 additions and 0 deletions

View File

@@ -11,6 +11,7 @@
* [#7082](https://github.com/netbox-community/netbox/issues/7082) - Avoid exception when referencing invalid content type in table
* [#7083](https://github.com/netbox-community/netbox/issues/7083) - Correct labeling for VM memory attribute
* [#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
---