schon/engine/blog
Egor fureunoir Gorbunov a81f734e23 Features: (1) None;
Fixes: (1) Removed all `# type: ignore` annotations across the codebase; (2) Fixed usage of Django Model methods by eliminating unnecessary `# type: ignore` directives; (3) Adjusted usage of functions like `get()` to align with method expectations, removing incorrect comments;

Extra: (1) Deleted `pyrightconfig.json` as part of migration to a stricter type-checked environment; (2) Minor code cleanup, including formatting changes and refactoring import statements in adherence to PEP8 recommendations.
2025-12-18 15:55:43 +03:00
..
docs Extra: RUFF 2025-12-15 20:29:02 +03:00
elasticsearch Features: (1) None; 2025-12-18 15:55:43 +03:00
graphene 2025.4 PREVIEW 2025-11-08 04:38:09 +03:00
locale Extra: 1) I18N 2025-12-10 21:51:41 +03:00
migrations Extra: RUFF 2025-12-15 20:29:02 +03:00
static 2025.4 PREVIEW 2025-11-08 04:38:09 +03:00
templates 2025.4 PREVIEW 2025-11-08 04:38:09 +03:00
tests Features: 1) Add test cases for DRF and GraphQL views in core, blog, payments, and vibes_auth applications; 2) Implement reusable GraphQL testing utilities in test classes; 3) Introduce test configuration scripts for Windows and Unix environments. 2025-11-13 16:42:04 +03:00
utils 2025.4 PREVIEW 2025-11-08 04:38:09 +03:00
__init__.py 2025.4 PREVIEW 2025-11-08 04:38:09 +03:00
admin.py Features: (1) None; 2025-12-18 15:55:43 +03:00
apps.py Features: (1) None; 2025-12-18 15:55:43 +03:00
filters.py Features: (1) None; 2025-12-18 15:55:43 +03:00
models.py Features: (1) None; 2025-12-18 15:55:43 +03:00
serializers.py 2025.4 PREVIEW 2025-11-08 04:38:09 +03:00
signals.py 2025.4 PREVIEW 2025-11-08 04:38:09 +03:00
translation.py 2025.4 PREVIEW 2025-11-08 04:38:09 +03:00
urls.py 2025.4 PREVIEW 2025-11-08 04:38:09 +03:00
views.py 2025.4 PREVIEW 2025-11-08 04:38:09 +03:00
viewsets.py Features: (1) None; 2025-12-18 15:55:43 +03:00
widgets.py Extra: RUFF 2025-12-15 20:29:02 +03:00