schon/engine/core
Egor fureunoir Gorbunov 29fb56be89 Features: 1) Add async and sync capabilities to CamelCaseMiddleWare; 2) Include OpenAPI support for Enum name overrides in DRF settings; 3) Integrate OpenAPI types in DRF views for improved schema accuracy.
Fixes: 1) Correct `lookup_field` to `uuid` in various viewsets; 2) Replace `type=str` with `OpenApiTypes.STR` in path parameters of multiple DRF endpoints; 3) Add missing import `iscoroutinefunction` and `markcoroutinefunction`.

Extra: 1) Refactor `__call__` method in `CamelCaseMiddleWare` to separate sync and async logic; 2) Enhance documentation schema responses with precise types in multiple DRF views.
2025-12-19 17:27:36 +03:00
..
crm Extra: RUFF 2025-12-15 20:29:02 +03:00
data 2025.4 PREVIEW 2025-11-08 04:38:09 +03:00
docs Features: 1) Add async and sync capabilities to CamelCaseMiddleWare; 2) Include OpenAPI support for Enum name overrides in DRF settings; 3) Integrate OpenAPI types in DRF views for improved schema accuracy. 2025-12-19 17:27:36 +03:00
elasticsearch Features: 1) None; 2025-12-19 16:43:39 +03:00
fixtures 2025.4 PREVIEW 2025-11-08 04:38:09 +03:00
graphene Features: 1) None; 2025-12-19 16:43:39 +03:00
locale Features: I thought that's gonna be like 2 weeks stuff 2025-12-18 19:24:10 +03:00
management Features: 1) None; 2025-12-19 16:43:39 +03:00
migrations Features: 1) Add is_updatable field to Product model with migration; 2) Introduce check_updatable method in AbstractVendor to validate product updatability; 3) Define ProductUnapdatableError for handling non-updatable product logic; 2025-12-18 21:19:01 +03:00
serializers Features: 1) None; 2025-12-19 16:43:39 +03:00
static Extra: 1) Remove chart.js 2025-11-17 16:23:05 +03:00
templates Features: 1) Fallback to default avatar image in avatar_url method; 2) Added header component for admin dashboard template; 3) Improved layout sections in admin dashboard templates for consistent spacing; 2025-12-10 21:44:17 +03:00
templatetags Features: 1) None; 2025-12-19 16:43:39 +03:00
tests Extra: RUFF 2025-12-15 20:29:02 +03:00
typing 2025.4 PREVIEW 2025-11-08 04:38:09 +03:00
utils Features: 1) None; 2025-12-19 16:43:39 +03:00
vendors Features: 1) None; 2025-12-19 16:43:39 +03:00
__init__.py 2025.4 PREVIEW 2025-11-08 04:38:09 +03:00
abstract.py 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
admin.py 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
apps.py 2025.4 PREVIEW 2025-11-08 04:38:09 +03:00
b2b_urls.py Extra: RUFF 2025-12-15 20:29:02 +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
filters.py Features: 1) None; 2025-12-19 16:43:39 +03:00
forms.py 2025.4 PREVIEW 2025-11-08 04:38:09 +03:00
managers.py Features: 1) None; 2025-12-19 16:43:39 +03:00
mixins.py 2025.4 PREVIEW 2025-11-08 04:38:09 +03:00
models.py Features: 1) None; 2025-12-19 16:43:39 +03:00
permissions.py Extra: RUFF 2025-12-15 20:29:02 +03:00
signals.py Features: (1) None; 2025-12-18 15:55:43 +03:00
sitemaps.py Features: 1) None; 2025-12-19 16:43:39 +03:00
tasks.py Extra: RUFF 2025-12-15 20:29:02 +03:00
translation.py 2025.4 PREVIEW 2025-11-08 04:38:09 +03:00
urls.py Extra: RUFF 2025-12-15 20:29:02 +03:00
validators.py Features: 1) None; 2025-12-19 16:43:39 +03:00
views.py Features: 1) None; 2025-12-19 16:43:39 +03:00
viewsets.py Features: 1) Add async and sync capabilities to CamelCaseMiddleWare; 2) Include OpenAPI support for Enum name overrides in DRF settings; 3) Integrate OpenAPI types in DRF views for improved schema accuracy. 2025-12-19 17:27:36 +03:00
widgets.py Features: 1) None; 2025-12-19 16:43:39 +03:00