schon/payments
Egor fureunoir Gorbunov ae1d16edda Features: Move from poetry to uv.
Fixes: Removed naive datetime warning

Extra: Correct import in elasticsearch submodule.
2025-10-25 02:18:41 +03:00
..
docs Initial Commit 2025-04-29 22:40:30 +03:00
gateways Features: 1) None; 2025-10-21 12:36:53 +03:00
graphene Features: 3.1.0 2025-10-14 16:46:09 +03:00
locale Features: 3.1.0 2025-10-14 16:46:09 +03:00
migrations Features: Move from poetry to uv. 2025-10-25 02:18:41 +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 Features: 1) Replace email templates' header image from favicon.png to logo.png; 2) Add Django facet configuration in .idea/evibes.iml; 2025-07-23 07:39:24 +03:00
utils 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
__init__.py Initial Commit 2025-04-29 22:40:30 +03:00
admin.py Features: 1) Register Gateway model in the admin interface; 2025-10-21 12:58:55 +03:00
apps.py Features: 3.1.0 2025-10-14 16:46:09 +03:00
choices.py Initial Commit 2025-04-29 22:40:30 +03:00
errors.py Initial Commit 2025-04-29 22:40:30 +03:00
forms.py Features: 1) Add GatewayForm to manage Gateway model; 2) Enhance GatewayAdmin with list display, search, and ordering; 3) Introduce integration_variables field in the Gateway model; 4) Expand support for currencies with symbols via CURRENCIES_WITH_SYMBOLS; 2025-10-21 12:23:02 +03:00
managers.py Features: Move from poetry to uv. 2025-10-25 02:18:41 +03:00
models.py Features: Move from poetry to uv. 2025-10-25 02:18:41 +03:00
serializers.py Features: 3.1.0 2025-10-14 16:46:09 +03:00
signals.py Features: 1) Add GatewayManager and GatewayQuerySet to handle advanced gateway filtering and usage checks; 2) Integrate GatewayManager with Gateway model for automatic query filtering; 3) Introduce can_be_used query annotation for gateway availability. 2025-10-22 11:12:30 +03:00
tests.py Features: 3.1.0 2025-10-14 16:46:09 +03:00
urls.py Features: 1) Add app_name attribute in multiple urls.py files across apps to support namespacing; 2025-06-29 20:03:33 +03:00
views.py Features: 3.1.0 2025-10-14 16:46:09 +03:00
viewsets.py Features: 3.1.0 2025-10-14 16:46:09 +03:00