schon/evibes/settings
Egor fureunoir Gorbunov 13e7af52aa Features: 1) Improved request processing in middleware by adding mutable QueryDict implementation; 2) Extended type annotations across various modules for enhanced type safety; 3) Refined JWT token lifetime configuration for environment-specific logic.
Fixes: 1) Addressed missing or incorrect imports and type hints with `# ty:ignore` markers; 2) Fixed search queryset error handling in filters module; 3) Resolved issues in viewsets with updated `@action` method usage.

Extra: Removed unused classes and dependencies (e.g., `BaseMutation`, `basedpyright`, and related packages); streamlined GraphQL mutation implementations; cleaned up unused arguments in model `save` methods.
2025-12-19 15:17:17 +03:00
..
__init__.py Extra: RUFF 2025-12-15 20:29:02 +03:00
base.py Features: 1) Improved request processing in middleware by adding mutable QueryDict implementation; 2) Extended type annotations across various modules for enhanced type safety; 3) Refined JWT token lifetime configuration for environment-specific logic. 2025-12-19 15:17:17 +03:00
caches.py Extra: RUFF 2025-12-15 20:29:02 +03:00
celery.py Features: 1) Add backup_task to manage database and media backups; 2) Introduce periodic scheduling for backup_task via Celery Beat; 2025-11-13 17:14:00 +03:00
constance.py Extra: RUFF 2025-12-15 20:29:02 +03:00
csp.py Initial Commit 2025-04-29 22:40:30 +03:00
database.py Features: 1) Update all log handlers to dynamically switch based on DEBUG setting; 2) Introduce improved middleware logging configuration. 2025-07-06 16:58:43 +03:00
dbbackup.py Features: 1) Add backup_task to manage database and media backups; 2) Introduce periodic scheduling for backup_task via Celery Beat; 2025-11-13 17:14:00 +03:00
drf.py Features: 1) Improved request processing in middleware by adding mutable QueryDict implementation; 2) Extended type annotations across various modules for enhanced type safety; 3) Refined JWT token lifetime configuration for environment-specific logic. 2025-12-19 15:17:17 +03:00
elasticsearch.py Extra: RUFF 2025-12-15 20:29:02 +03:00
emailing.py Features: 1) I18N 2025-11-16 00:32:21 +03:00
extensions.py Features: 1) Introduced Telegram forwarder with bot functionality for message forwarding and user support; 2) Added new commands (/start, /unlink, /help) for Telegram bot; 3) Enabled webhook integration and message linking via Telegram. 2025-11-12 11:23:44 +03:00
graphene.py Features: 1) Update all log handlers to dynamically switch based on DEBUG setting; 2) Introduce improved middleware logging configuration. 2025-07-06 16:58:43 +03:00
logconfig.py Extra: RUFF 2025-12-15 20:29:02 +03:00
summernote.py Fixes: 1) Corrected callable usage for attachment_upload_to in Summernote settings; 2025-06-23 16:21:50 +03:00
unfold.py Extra: RUFF 2025-12-15 20:29:02 +03:00