schon/engine/core/graphene
Egor fureunoir Gorbunov f664b088a4 refactor(category): replace cache usage with model property for min/max price
remove redundant cache lookups for `min_price` and `max_price` in the category model by leveraging cached properties. minimizes complexity and improves maintainability while ensuring consistent behavior.
2026-02-25 12:19:39 +03:00
..
__init__.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
mutations.py 2026.1 2026-01-26 03:23:41 +03:00
object_types.py refactor(category): replace cache usage with model property for min/max price 2026-02-25 12:19:39 +03:00
schema.py Features: 1) None; 2025-12-19 16:43:39 +03:00