search for autocomplate of category

This commit is contained in:
Parsa Nazer
2026-02-14 11:25:50 +03:30
parent 89bd93204d
commit 0414335181
2 changed files with 5 additions and 30 deletions
+1 -1
View File
@@ -297,7 +297,7 @@ class ProductModelAdmin(ProductAdminPermission, ModelAdmin, ImportExportModelAdm
search_fields = ['name', 'description', ]
list_filter = ['show', ('category', RelatedDropdownFilter), 'show_in_bot', ('category__parent', RelatedDropdownFilter)]
list_filter_submit = True
autocomplete_fields = ['related_products', 'shop']
autocomplete_fields = ['related_products', 'shop', 'category']
# compressed_fields = True
warn_unsaved_form = True
# list_per_page = 2