Cleanup & docs

This commit is contained in:
jeremystretch
2023-03-14 15:18:03 -04:00
committed by Jeremy Stretch
parent f7150645a1
commit 5cd3ad0b12
9 changed files with 26 additions and 13 deletions

View File

@@ -78,7 +78,7 @@ class CustomFieldFilterSet(BaseFilterSet):
model = CustomField
fields = [
'id', 'content_types', 'name', 'group_name', 'required', 'search_weight', 'filter_logic', 'ui_visibility',
'weight', 'description',
'weight', 'is_cloneable', 'description',
]
def search(self, queryset, name, value):