schon/blog
Egor fureunoir Gorbunov c8aaae4946 Features: 1) Add last_processing_response field to vendor model with FileField support.
Fixes: 1) Update translation strings for multiple locales to correct formatting issues.

Extra: 1) Update POT creation date across locale files; 2) Minor adjustments to translations for consistency.
2025-10-13 16:11:37 +03:00
..
docs Initial Commit 2025-04-29 22:40:30 +03:00
elasticsearch Features: 1) Rename _BaseDoc to BaseDocument for clarity and consistency; 2) Expose _add_multilang_fields as add_multilang_fields for broader use; 2025-08-20 06:22:34 +03:00
graphene Features: 1) Add type annotations for various models and methods; 2) Introduce refined graphene resolvers to enhance permission handling; 3) Include type checking suppression with # type: ignore for unsupported cases. 2025-06-18 16:38:07 +03:00
locale Features: 1) Add last_processing_response field to vendor model with FileField support. 2025-10-13 16:11:37 +03:00
migrations Features: 1) Add Stock existence filters for has_price and has_stock annotations in queries; 2) Introduce personal_order_tail for improved ordering logic; 3) Support advanced filtering in DjangoFilterConnectionField with augmented filters and types. 2025-10-07 17:49:07 +03:00
static Features: 1) Add .gitkeep files for payments/static and blog/static directories to track empty folders; 2025-06-01 18:50:37 +03:00
templates Initial Commit 2025-04-29 22:40:30 +03:00
utils Initial Commit 2025-04-29 22:40:30 +03:00
__init__.py Initial Commit 2025-04-29 22:40:30 +03:00
admin.py Features: 1) Update all locale translations for token-related messages; 2) Update all locale translations with read-only Transaction ViewSet description; 3) Update all locale translations for reset password and token validations; 2025-10-06 15:58:30 +03:00
apps.py Features: None; 2025-06-21 19:19:09 +03:00
filters.py Initial Commit 2025-04-29 22:40:30 +03:00
models.py Features: 1) Add support for multilingual meta descriptions in the post model, covering 30+ locales. 2025-10-07 15:53:08 +03:00
serializers.py Features: 1) Updated PostSerializer to inherit from ModelSerializer for enhanced functionality; 2025-05-15 11:50:10 +03:00
signals.py Initial Commit 2025-04-29 22:40:30 +03:00
tests.py Initial Commit 2025-04-29 22:40:30 +03:00
translation.py Features: 1) Add support for multilingual meta descriptions in the post model, covering 30+ locales. 2025-10-07 15:53:08 +03:00
urls.py Features: 1) Add app_name attribute in multiple urls.py files across apps to support namespacing; 2025-06-29 20:03:33 +03:00
views.py Features: None; 2025-07-06 17:22:14 +03:00
viewsets.py Features: 1) Add app_name attribute in multiple urls.py files across apps to support namespacing; 2025-06-29 20:03:33 +03:00
widgets.py Features: 1) 2.8.9 update 2025-06-18 15:05:58 +03:00