schon/core/utils
Egor fureunoir Gorbunov a7af054631 Features: 1) Enhance all logger calls to include exc_info for improved error tracing.
Fixes: 1) Correct format strings in `logger` calls to avoid using f-strings and replace with comma-delimited logging arguments; 2) Remove unused imports including `traceback` and `gettext_lazy`.

Extra: Consolidate logging practices across multiple modules for better consistency and maintainability.
2025-11-04 15:41:07 +03:00
..
__init__.py Features: 1) Introduced LoggingError exception for invalid log level handling in log method; 2) Updated logging framework to dynamically initialize loggers using __name__ instead of hardcoded "django". 2025-11-04 14:40:50 +03:00
caching.py Features: 1) Enhance all logger calls to include exc_info for improved error tracing. 2025-11-04 15:41:07 +03:00
db.py Features: 1) Introduced LoggingError exception for invalid log level handling in log method; 2) Updated logging framework to dynamically initialize loggers using __name__ instead of hardcoded "django". 2025-11-04 14:40:50 +03:00
emailing.py Features: 1) Replace celery.utils.log.get_task_logger with standard logging.getLogger for uniform logger usage. 2025-11-04 15:09:38 +03:00
languages.py Features: 3.1.0 2025-10-14 16:46:09 +03:00
lists.py Initial Commit 2025-04-29 22:40:30 +03:00
messages.py Initial Commit 2025-04-29 22:40:30 +03:00
nominatim.py Features: 1) Introduced strict parameter for zip function in widgets.py; 2) Added EXTENSIONS_MAX_UNIQUE_QUERY_ATTEMPTS setting; 2025-06-21 20:38:37 +03:00
security.py Initial Commit 2025-04-29 22:40:30 +03:00
seo_builders.py Features: 1) Update localized strings for da_DK translations in vibes_auth; 2) Update localized strings for zh_Hans translations in core; 2025-09-15 12:54:46 +03:00
vendors.py Features: 1) Replace celery.utils.log.get_task_logger with standard logging.getLogger for uniform logger usage. 2025-11-04 15:09:38 +03:00