c92cd1d72c
Features: 1) Replace custom TagNameListFilter with RelatedOnlyFieldListFilter for tags; 2) Replace custom VendorNameListFilter with RelatedOnlyFieldListFilter for vendors;
...
Fixes: None;
Extra: 1) Remove redundant custom list filter classes for tags and vendors; 2) Streamline ProductAdmin list_filter configuration;
2025-05-13 07:10:44 +03:00
abc91c599e
Features: 1) Refactor vendor lookup logic to improve code readability; 2) Enhance queryset filtering to handle both string and list inputs for vendor names;
...
Fixes: None;
Extra: 1) Minor reformatting and alignment for better code clarity;
2025-05-13 06:55:22 +03:00
f69de19720
Features: 1) Rename variable 'tags' to 'vendors' for better clarity in admin lookup functionality;
...
Fixes: 1) None;
Extra: 1) Improve variable naming for readability in admin.py;
2025-05-13 05:53:56 +03:00
859fa7290e
Features: ;
...
Fixes: 1) Correct filtering logic to use stocks__vendor__name instead of vendor__name in admin query;
Extra: ;
2025-05-13 05:24:45 +03:00
c9d2881f99
Features: 1) Add TagNameListFilter for filtering products by tag names in admin panel; 2) Add VendorNameListFilter for filtering products by vendor names in admin panel;
...
Fixes: None;
Extra: 1) Replace redundant `list_filter` entries with new custom list filters for cleaner code structure;
2025-05-12 16:11:27 +03:00
4d2961bc81
Features: 1) Enhance admin list filters to support "__in" lookups for "is_active", "tags__tag_name", and "stocks__vendor__name";
...
Fixes:
Extra:
2025-05-12 16:02:32 +03:00
b18f962677
Features: 1) Add "stocks__vendor__name" to admin list filters;
...
Fixes:
Extra:
2025-05-12 15:08:23 +03:00
60c70e50f2
Features:
...
1) Add "created" and "modified" fields to list_filter in CategoryAdmin;
Fixes:
(none);
Extra:
(none);
2025-05-09 04:35:07 +03:00
50fe95e713
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.
2025-05-07 10:52:22 +03:00
0e86c96ad3
Set default value for is_composite_pk in admin config
...
Added an `is_composite_pk` attribute with a default value of `False` to the admin configuration. This ensures clarity in object definition and supports better configurability for composite primary key scenarios.
2025-05-06 19:26:47 +03:00
76d490f2e2
Refactor translation command and improve order model.
...
Enhanced the `deepl_translate` management command with improved placeholder handling, error messages, and support for missing translations. Added `human_readable_id` and `is_business` attributes to the `Order` model, updating associated admin configurations to reflect these changes.
2025-05-06 03:28:06 +03:00
68febcdb08
Initial Commit
2025-04-29 22:40:30 +03:00