schon/engine/core/utils
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
..
__init__.py Features: (1) None; 2025-12-18 15:55:43 +03:00
caching.py Features: (1) None; 2025-12-18 15:55:43 +03:00
commerce.py Features: (1) None; 2025-12-18 15:55:43 +03:00
db.py Extra: RUFF 2025-12-15 20:29:02 +03:00
emailing.py Features: (1) None; 2025-12-18 15:55:43 +03:00
languages.py Features: 1) Replace config.BASE_DOMAIN with settings.BASE_DOMAIN across the codebase; 2) Add support for dynamic STATIC_URL and MEDIA_URL based on initialization state; 3) Introduce INITIALIZED flag to determine application state; 2025-11-11 15:08:44 +03:00
lists.py Features: 1) Add language validation and fallback for users without proper language settings in initialize.py; 2) Enhance user update mutation with improved error handling and dynamic attribute support; 3) Integrate is_safe_key validation in user attribute updates for better security. 2025-11-25 14:26:14 +03:00
messages.py 2025.4 PREVIEW 2025-11-08 04:38:09 +03:00
nominatim.py 2025.4 PREVIEW 2025-11-08 04:38:09 +03:00
security.py 2025.4 PREVIEW 2025-11-08 04:38:09 +03:00
seo_builders.py Extra: RUFF 2025-12-15 20:29:02 +03:00
vendors.py Features: (1) None; 2025-12-18 15:55:43 +03:00