Remove unused filters from admin panel configuration
This change eliminates redundant filters like "category", "attributes__attribute", and "brand" from the admin panel. This helps simplify the interface and improve usability.
This commit is contained in:
parent
e1f54304b6
commit
50fe95e713
1 changed files with 0 additions and 3 deletions
|
|
@ -167,9 +167,6 @@ class ProductAdmin(BasicModelAdmin):
|
|||
|
||||
list_filter = (
|
||||
"is_active",
|
||||
"category",
|
||||
"attributes__attribute",
|
||||
"brand",
|
||||
"tags__tag_name",
|
||||
"created",
|
||||
"modified",
|
||||
|
|
|
|||
Loading…
Reference in a new issue