- 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. |
||
|---|---|---|
| .. | ||
| 0001_initial.py | ||
| 0002_blacklistedtoken_outstandingtoken.py | ||
| 0003_alter_user_language.py | ||
| 0004_alter_user_language.py | ||
| 0005_alter_user_groups.py | ||
| 0006_chatthread_chatmessage_and_more.py | ||
| 0007_emailimage_emailtemplate_user_unsubscribe_token_and_more.py | ||
| 0008_emailtemplate_html_content_ar_ar_and_more.py | ||
| 0009_delete_emailimage_remove_emailtemplate_html_content_and_more.py | ||
| 0010_encrypt_user_pii_and_token_expiry.py | ||
| 0011_alter_user_attributes_alter_user_phone_number.py | ||
| 0012_alter_user_activation_token_adminotpcode.py | ||
| __init__.py | ||