schon/engine/vibes_auth/migrations
Egor fureunoir Gorbunov ad320235d6 feat(payments, vibes_auth, core): introduce decimal fields, 2FA, and admin OTP
- Refactored monetary fields across models to use `DecimalField` for improved precision.
- Implemented two-factor authentication (2FA) for admin logins with OTP codes.
- Added ability to generate admin OTP via management commands.
- Updated Docker Compose override for dev-specific port bindings.
- Included template for 2FA OTP verification to enhance security.

Additional changes:
- Upgraded and downgraded various dependencies (e.g., django-celery-beat and yarl).
- Replaced float-based calculations with decimal for consistent rounding behavior.
- Improved admin user management commands for activation and OTP generation.
2026-03-03 00:42:21 +03:00
..
0001_initial.py Extra: RUFF 2025-12-15 20:29:02 +03:00
0002_blacklistedtoken_outstandingtoken.py Features: 2025-11-17 14:03:01 +03:00
0003_alter_user_language.py 2025.4 BETA 2025-11-10 08:36:57 +03:00
0004_alter_user_language.py 2025.4 BETA 2025-11-10 08:36:57 +03:00
0005_alter_user_groups.py 2025.4 BETA 2025-11-10 08:36:57 +03:00
0006_chatthread_chatmessage_and_more.py Extra: RUFF 2025-12-15 20:29:02 +03:00
0007_emailimage_emailtemplate_user_unsubscribe_token_and_more.py feat(feeds): add marketplace-specific feed generators 2026-01-26 17:44:21 +03:00
0008_emailtemplate_html_content_ar_ar_and_more.py feat(feeds): add marketplace-specific feed generators 2026-01-26 17:44:21 +03:00
0009_delete_emailimage_remove_emailtemplate_html_content_and_more.py feat(markdown): integrate markdown rendering and editor support 2026-02-27 23:36:51 +03:00
0010_encrypt_user_pii_and_token_expiry.py feat(core/auth): enable encryption for sensitive fields and token handling 2026-03-02 00:11:57 +03:00
0011_alter_user_attributes_alter_user_phone_number.py feat(core/blog): add support for product videos and blog post images 2026-03-02 01:57:57 +03:00
0012_alter_user_activation_token_adminotpcode.py feat(payments, vibes_auth, core): introduce decimal fields, 2FA, and admin OTP 2026-03-03 00:42:21 +03:00
__init__.py 2025.4 BETA 2025-11-10 08:36:57 +03:00