schon/blog
Egor fureunoir Gorbunov d3dbbcb242 Features: 1) Update Russian translation for "balances" in payments/locale/ru_RU/LC_MESSAGES/django.po; 2) Enable UI builder in Jazzmin settings; 3) Add "uuid" to readonly_fields in both blog/admin.py and core/admin.py;
Fixes: 1) Correct Russian translation for "balances" in locale files; 2) Fix mismatch in Jazzmin `site_brand` configuration to use project name;

Extra: Refactor locale files, add missing translation updates, and adjust formatting;
2025-06-29 18:50:33 +03:00
..
docs Initial Commit 2025-04-29 22:40:30 +03:00
elasticsearch RUFF 2025-05-26 16:12:59 +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) Update project version to 2.8.10 in pyproject.toml and translation files; 2025-06-22 20:45:26 +03:00
migrations Features: 1) Add multilingual title and content fields to the Post model in blog; 2) Introduce translation registration for Post in a new blog/translation.py; 3) Enhance PostAdmin with mixins and readonly slug. 2025-06-29 16:14:59 +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 Russian translation for "balances" in payments/locale/ru_RU/LC_MESSAGES/django.po; 2) Enable UI builder in Jazzmin settings; 3) Add "uuid" to readonly_fields in both blog/admin.py and core/admin.py; 2025-06-29 18:50:33 +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) 2.8.9 update 2025-06-18 15:05:58 +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 multilingual title and content fields to the Post model in blog; 2) Introduce translation registration for Post in a new blog/translation.py; 3) Enhance PostAdmin with mixins and readonly slug. 2025-06-29 16:14:59 +03:00
urls.py Initial Commit 2025-04-29 22:40:30 +03:00
views.py Initial Commit 2025-04-29 22:40:30 +03:00
viewsets.py Features: 1) Add 'retrieve: ALLOW' to additional permissions in blog viewsets; 2025-06-19 16:34:52 +03:00
widgets.py Features: 1) 2.8.9 update 2025-06-18 15:05:58 +03:00