schon/core/utils
Egor fureunoir Gorbunov 6fa037390c Features: 1) Add get_gateways_integrations utility for payment gateway integrations; 2) Add get_vendors_integrations utility for vendor integrations; 3) Add version API endpoint to return eVibes version; 4) Implement __str__ method for AbstractVendor;
Fixes: 1) Update return type of `create_object` to `Any`;

Extra: 1) Remove unused fields (`icon`, `priority`, `hide`) from `blog.apps`; 2) Update API URLs to include `version` endpoint; 3) Miscellaneous cleanup and comments.
2025-10-15 14:25:10 +03:00
..
__init__.py Fixes: 1) Ensure get_parameters handles missing configuration keys gracefully by adding a check for None values; 2025-10-14 19:48:46 +03:00
caching.py Features: 3.1.0 2025-10-14 16:46:09 +03:00
db.py Features: 3.1.0 2025-10-14 16:46:09 +03:00
emailing.py Features: 3.1.0 2025-10-14 16:46:09 +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) Add get_gateways_integrations utility for payment gateway integrations; 2) Add get_vendors_integrations utility for vendor integrations; 3) Add version API endpoint to return eVibes version; 4) Implement __str__ method for AbstractVendor; 2025-10-15 14:25:10 +03:00