schon/engine/payments
Egor fureunoir Gorbunov 13e7af52aa Features: 1) Improved request processing in middleware by adding mutable QueryDict implementation; 2) Extended type annotations across various modules for enhanced type safety; 3) Refined JWT token lifetime configuration for environment-specific logic.
Fixes: 1) Addressed missing or incorrect imports and type hints with `# ty:ignore` markers; 2) Fixed search queryset error handling in filters module; 3) Resolved issues in viewsets with updated `@action` method usage.

Extra: Removed unused classes and dependencies (e.g., `BaseMutation`, `basedpyright`, and related packages); streamlined GraphQL mutation implementations; cleaned up unused arguments in model `save` methods.
2025-12-19 15:17:17 +03:00
..
docs Extra: RUFF 2025-12-15 20:29:02 +03:00
gateways Features: 2025-11-13 15:24:44 +03:00
graphene Features: 1) Improved request processing in middleware by adding mutable QueryDict implementation; 2) Extended type annotations across various modules for enhanced type safety; 3) Refined JWT token lifetime configuration for environment-specific logic. 2025-12-19 15:17:17 +03:00
locale Features: I thought that's gonna be like 2 weeks stuff 2025-12-18 19:24:10 +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 Extra: RUFF 2025-12-15 20:29:02 +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 2025.4 PREVIEW 2025-11-08 04:38:09 +03:00
choices.py 2025.4 PREVIEW 2025-11-08 04:38:09 +03:00
errors.py 2025.4 PREVIEW 2025-11-08 04:38:09 +03:00
forms.py Features: (1) None; 2025-12-18 15:55:43 +03:00
managers.py Features: (1) None; 2025-12-18 15:55:43 +03:00
models.py Extra: RUFF 2025-12-15 20:29:02 +03:00
serializers.py Features: (1) None; 2025-12-18 15:55:43 +03:00
signals.py Features: (1) None; 2025-12-18 15:55:43 +03:00
tests.py 2025.4 PREVIEW 2025-11-08 04:38:09 +03:00
urls.py Extra: RUFF 2025-12-15 20:29:02 +03:00
views.py Features: (1) None; 2025-12-18 15:55:43 +03:00
viewsets.py Features: (1) None; 2025-12-18 15:55:43 +03:00