schon/blog
Egor fureunoir Gorbunov 5384fa494d Features: 1) Add get_integration_class_object method to Transaction for dynamic gateway class instantiation;
Fixes: 1) Validate gateway presence in `process_transaction_changes` signal; 2) Add missing imports for `Type`, `create_object`, and `AbstractGateway`;

Extra: 1) Cleanup unused diff lines in migrations files; 2) Improve JSONField, FloatField, and PositiveIntegerField declarations by consolidating into single lines; 3) Remove redundant match-case logic in `signals.py`.
2025-10-21 12:33:17 +03:00
..
docs Initial Commit 2025-04-29 22:40:30 +03:00
elasticsearch Features: 3.1.0 2025-10-14 16:46:09 +03:00
graphene 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
locale Features: 1) Add last_processing_response field to vendor model with FileField support. 2025-10-13 16:11:37 +03:00
migrations Features: 1) Add get_integration_class_object method to Transaction for dynamic gateway class instantiation; 2025-10-21 12:33:17 +03:00
static Features: 1) Add .gitkeep files for payments/static and blog/static directories to track empty folders; 2025-06-01 18:50:37 +03:00
templates Initial Commit 2025-04-29 22:40:30 +03:00
utils Initial Commit 2025-04-29 22:40:30 +03:00
__init__.py Initial Commit 2025-04-29 22:40:30 +03:00
admin.py Features: 3.1.0 2025-10-14 16:46:09 +03:00
apps.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
filters.py Features: 3.1.0 2025-10-14 16:46:09 +03:00
models.py Features: 1) Add dynamic static page generation in StaticPagesSitemap by integrating active blog posts marked as static pages; 2) Introduce SitemapLanguageMixin to handle language-based URL generation across sitemaps; 3) Add is_static_page field to Post model for designating posts as static pages; 2025-10-20 22:56:11 +03:00
serializers.py Features: 1) Updated PostSerializer to inherit from ModelSerializer for enhanced functionality; 2025-05-15 11:50:10 +03:00
signals.py Initial Commit 2025-04-29 22:40:30 +03:00
tests.py Initial Commit 2025-04-29 22:40:30 +03:00
translation.py Features: 1) Add support for multilingual meta descriptions in the post model, covering 30+ locales. 2025-10-07 15:53:08 +03:00
urls.py Features: 1) Add dynamic static page generation in StaticPagesSitemap by integrating active blog posts marked as static pages; 2) Introduce SitemapLanguageMixin to handle language-based URL generation across sitemaps; 3) Add is_static_page field to Post model for designating posts as static pages; 2025-10-20 22:56:11 +03:00
views.py Features: None; 2025-07-06 17:22:14 +03:00
viewsets.py Features: 3.1.0 2025-10-14 16:46:09 +03:00
widgets.py Features: 3.1.0 2025-10-14 16:46:09 +03:00