schon/schon
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
..
locale 2026.1 2026-01-26 03:23:41 +03:00
settings refactor(scripts): centralize static files collection in Docker entrypoint 2026-03-05 00:07:41 +03:00
utils feat(payments, vibes_auth, core): introduce decimal fields, 2FA, and admin OTP 2026-03-03 00:42:21 +03:00
__init__.py 2026.1 2026-01-25 23:16:38 +03:00
asgi.py 2026.1 2026-01-25 23:16:38 +03:00
celery.py 2026.1 2026-01-25 23:16:38 +03:00
celery_serializers.py 2026.1 2026-01-25 23:16:38 +03:00
fields.py feat(core/auth): enable encryption for sensitive fields and token handling 2026-03-02 00:11:57 +03:00
graphql_validators.py feat(graphql): make max query depth configurable with environment variable 2026-03-02 00:45:42 +03:00
health_checks.py feat(graphene): replace Float with Decimal for price and discount_price 2026-03-05 14:00:49 +03:00
i18n.py 2026.1 2026-01-25 23:16:38 +03:00
middleware.py 2026.1 2026-01-25 23:16:38 +03:00
pagination.py feat(core): improve XML formatting and validation rules 2026-01-30 14:43:52 +03:00
signal_processors.py 2026.1 2026-01-25 23:16:38 +03:00
urls.py feat(graphene): replace Float with Decimal for price and discount_price 2026-03-05 14:00:49 +03:00
wsgi.py refactor(monitoring): remove django-prometheus integration 2026-02-21 23:44:15 +03:00