Skip to content

Commit

Permalink
Closes #5848: Filter custom fields by content type in format <app_lab…
Browse files Browse the repository at this point in the history
…el>.<model>
  • Loading branch information
jeremystretch committed Apr 13, 2021
1 parent a296a9e commit e5602ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/release-notes/version-2.11.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

### Enhancements (from Beta)

* [#5848](https://github.com/netbox-community/netbox/issues/5848) - Filter custom fields by content type in format `<app_label>.<model>`
* [#6088](https://github.com/netbox-community/netbox/issues/6088) - Improved table configuration form
* [#6097](https://github.com/netbox-community/netbox/issues/6097) - Redirect old slug-based object views
* [#6109](https://github.com/netbox-community/netbox/issues/6109) - Add device counts to locations table
Expand Down
1 change: 1 addition & 0 deletions netbox/extras/filters.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ def __init__(self, *args, **kwargs):


class CustomFieldFilterSet(django_filters.FilterSet):
content_types = ContentTypeFilter()

class Meta:
model = CustomField
Expand Down

0 comments on commit e5602ab

Please sign in to comment.