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:
Egor Pavlovich Gorbunov 2025-05-07 10:52:22 +03:00
parent e1f54304b6
commit 50fe95e713

View file

@ -167,9 +167,6 @@ class ProductAdmin(BasicModelAdmin):
list_filter = (
"is_active",
"category",
"attributes__attribute",
"brand",
"tags__tag_name",
"created",
"modified",