schon/core/utils
Egor fureunoir Gorbunov e6ffb476fb Features: 1) Update regex pattern for slug field generation to exclude non-alphanumeric characters; 2) Add support for custom separators in slugs;
Fixes: 1) Remove unnecessary debug logging from get_slug_fields function;

Extra: 1) Minor cleanup in db utility functions;
2025-06-21 23:07:36 +03:00
..
__init__.py Features: 1) 2.8.9 update 2025-06-18 15:05:58 +03:00
caching.py Initial Commit 2025-04-29 22:40:30 +03:00
constance.py Initial Commit 2025-04-29 22:40:30 +03:00
db.py Features: 1) Update regex pattern for slug field generation to exclude non-alphanumeric characters; 2) Add support for custom separators in slugs; 2025-06-21 23:07:36 +03:00
emailing.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
languages.py Initial Commit 2025-04-29 22:40:30 +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