schon/evibes
Egor fureunoir Gorbunov a81f734e23 Features: (1) None;
Fixes: (1) Removed all `# type: ignore` annotations across the codebase; (2) Fixed usage of Django Model methods by eliminating unnecessary `# type: ignore` directives; (3) Adjusted usage of functions like `get()` to align with method expectations, removing incorrect comments;

Extra: (1) Deleted `pyrightconfig.json` as part of migration to a stricter type-checked environment; (2) Minor code cleanup, including formatting changes and refactoring import statements in adherence to PEP8 recommendations.
2025-12-18 15:55:43 +03:00
..
locale Features: (1) None; 2025-12-18 15:55:43 +03:00
settings Features: (1) None; 2025-12-18 15:55:43 +03:00
utils Extra: RUFF 2025-12-15 20:29:02 +03:00
__init__.py 2025.4 PREVIEW 2025-11-08 04:38:09 +03:00
asgi.py Features: 1) Messaging submodule drafts 2025-11-11 23:31:06 +03:00
celery.py Features: 1) Add type annotations in validate method of serializers for improved clarity. 2025-12-01 09:55:15 +03:00
ftpstorage.py Features: (1) None; 2025-12-18 15:55:43 +03:00
i18n.py Extra: RUFF 2025-12-15 20:29:02 +03:00
middleware.py Extra: RUFF 2025-12-15 20:29:02 +03:00
pagination.py Features: (1) None; 2025-12-18 15:55:43 +03:00
signal_processors.py Extra: RUFF 2025-12-15 20:29:02 +03:00
urls.py Features: 1) Add language switching functionality with URL-based language detection and session/cookie persistence; 2025-11-16 01:23:09 +03:00
wsgi.py Features: 1) 2.8.9 update 2025-06-18 15:05:58 +03:00