schon/core/management/commands
Egor fureunoir Gorbunov 0a2b4b65a0 Features: 1) Prevent duplicate "order finished" emails with added check on system_email_sent attribute; 2) Automatically update system_email_sent attribute after sending order email;
Fixes: 1) Remove unused `_` import in `drf.py`; 2) Trim redundant newline in `apply_addresses` method;

Extra: 1) Fix minor formatting in `deepl_translate.py` command; 2) Simplify `SPECTACULAR_PLATFORM_DESCRIPTION` string handling; 3) Minor refactoring and cleanup in email utility and related logic.
2025-07-16 14:54:33 +03:00
..
__init__.py Features: 1) Introduced RootDirectory class for integration with management commands; 2) Added support for scanning root level configurations in check_translated.py and deepl_translate.py; 2025-06-29 19:40:44 +03:00
await_services.py Features: 1) 2.8.9 update 2025-06-18 15:05:58 +03:00
check_translated.py Features: 1) RUFFVCKED 2025-07-03 02:53:01 +03:00
clear_unwanted.py RUFF 2025-05-26 16:12:59 +03:00
deepl_translate.py Features: 1) Prevent duplicate "order finished" emails with added check on system_email_sent attribute; 2) Automatically update system_email_sent attribute after sending order email; 2025-07-16 14:54:33 +03:00
delete_never_ordered_products.py Features: 1) Introduced distinct warning and error logging for specific exceptions in GraphQL middleware; 2) Added new exception types for enhanced validation handling. 2025-07-07 19:12:43 +03:00
delete_products_by_description.py Features: 1) Add management command to delete products by description in batches; 2025-07-09 03:13:38 +03:00
fetch_products.py Initial Commit 2025-04-29 22:40:30 +03:00
fix_fuzzy.py Features: 1) Add detailed in-line comments with type ignore for improved debugging and maintainability; 2) Update I18N strings and translation placeholders across locales; 3) Introduce "address set" as a translatable object; 2025-07-14 16:22:19 +03:00
fix_prices.py Features: None; 2025-07-06 17:22:14 +03:00
rebuild_slugs.py Features: 1) Introduced strict parameter for zip function in widgets.py; 2) Added EXTENSIONS_MAX_UNIQUE_QUERY_ATTEMPTS setting; 2025-06-21 20:38:37 +03:00
set_default_caches.py Initial Commit 2025-04-29 22:40:30 +03:00
translate_fields.py Features: 1) RUFFVCKED 2025-07-03 02:53:01 +03:00