schon/vibes_auth
Egor fureunoir Gorbunov 73b1e99dc1 Features: 1) Add response logging of received serializer data in debug mode for enhanced error diagnostics;
Fixes: 1) Resolve inconsistent variable usage in `confirm_password_reset` by replacing `data` with `serializer_data` across the method;

Extra: 1) Minor cleanup for improved clarity and maintainability.
2025-05-29 22:28:36 +03:00
..
docs RUFF 2025-05-26 16:12:59 +03:00
graphene Features: 1) Extra password validation; 2025-05-27 15:48:40 +03:00
locale Features: 1) Updated localization file for Czech language (cs_CZ) with extended translations and modifications; 2025-05-27 16:00:32 +03:00
migrations Features: 1) Add forwards and backwards migration logic for language field normalization using Lower; 2) Enhance allowed choices formatting in language field for improved readability; 2025-05-21 10:10:26 +03:00
static Initial Commit 2025-04-29 22:40:30 +03:00
templates Initial Commit 2025-04-29 22:40:30 +03:00
utils Refactor email sending to use reusable connections 2025-05-06 17:44:55 +03:00
__init__.py Initial Commit 2025-04-29 22:40:30 +03:00
admin.py Features: None; 2025-05-19 15:12:11 +03:00
apps.py Initial Commit 2025-04-29 22:40:30 +03:00
filters.py Initial Commit 2025-04-29 22:40:30 +03:00
forms.py Initial Commit 2025-04-29 22:40:30 +03:00
managers.py Initial Commit 2025-04-29 22:40:30 +03:00
models.py Features: 1) Filter recently viewed products by active status in serializer; 2025-05-26 22:16:32 +03:00
serializers.py Features: 1) Filter recently viewed products by active status in serializer; 2025-05-26 22:16:32 +03:00
signals.py RUFF 2025-05-26 16:12:59 +03:00
tasks.py Initial Commit 2025-04-29 22:40:30 +03:00
tests.py Initial Commit 2025-04-29 22:40:30 +03:00
urls.py Initial Commit 2025-04-29 22:40:30 +03:00
validators.py Initial Commit 2025-04-29 22:40:30 +03:00
views.py Features: 1) Add support for shipping and billing addresses in serializers, mutations, and models; 2) Validate address inputs during order purchasing; 3) Auto-fill billing address if only shipping address is provided and vice-versa; 2025-05-16 01:47:45 +03:00
viewsets.py Features: 1) Add response logging of received serializer data in debug mode for enhanced error diagnostics; 2025-05-29 22:28:36 +03:00