schon/vibes_auth/migrations
Egor fureunoir Gorbunov 8fb4ca3362 Features: 1) Add type annotations for various models and methods; 2) Introduce refined graphene resolvers to enhance permission handling; 3) Include type checking suppression with # type: ignore for unsupported cases.
Fixes: 1) Correct `urlsafe_base64_encode` decoding logic in tests; 2) Fix queryset access issues in resolvers; 3) Address missing or incorrect imports across multiple files.

Extra: Improve code readability with consistent naming and formatting; Add `# noinspection` annotations to suppress IDE warnings; Update `pyproject.toml` to exclude `drf.py` in MyPy checks.
2025-06-18 16:38:07 +03:00
..
0001_initial.py Features: 1) Add caching mechanism for 'recently_viewed' functionality. 2025-05-19 15:09:45 +03:00
0002_blacklistedtoken_outstandingtoken.py Initial Commit 2025-04-29 22:40:30 +03:00
0003_alter_user_language.py Features: 1) Add type annotations for various models and methods; 2) Introduce refined graphene resolvers to enhance permission handling; 3) Include type checking suppression with # type: ignore for unsupported cases. 2025-06-18 16:38:07 +03:00
__init__.py Initial Commit 2025-04-29 22:40:30 +03:00