schon/engine/core/graphene
Egor fureunoir Gorbunov b914b5fc91 feat(graphene): replace Float with Decimal for price and discount_price
Switched Float fields to Decimal in Graphene for increased precision in monetary values. Updated related queries and resolvers accordingly.

Additionally:
- Added custom DynamicMail health check for runtime-based email configuration.
- Enhanced admin login flow to handle unconfigured email backends by logging users directly.
2026-03-05 14:00:49 +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 feat(graphene): add address line fields to CreateAddress mutation 2026-03-04 19:59:42 +03:00
object_types.py feat(graphene): replace Float with Decimal for price and discount_price 2026-03-05 14:00:49 +03:00
schema.py feat(viewsets, schema): unify retrieveExactProducts API in DRF and GraphQL 2026-03-02 01:31:41 +03:00