schon/payments
Egor fureunoir Gorbunov cf0069a532 Features: 1) Allow 'user' field in 'balance' model to be optional with blank=True and null=True; 2) Adjust 'order' field in 'transaction' model formatting without functional changes;
Fixes: None;

Extra: 1) Remove unnecessary blank line in migrations file; 2) Minor formatting adjustments for better readability in migration definitions;
2025-05-19 17:54:52 +03:00
..
docs Initial Commit 2025-04-29 22:40:30 +03:00
gateways Initial Commit 2025-04-29 22:40:30 +03:00
graphene Initial Commit 2025-04-29 22:40:30 +03:00
locale Features: 2025-05-08 17:15:33 +03:00
migrations Features: 1) Allow 'user' field in 'balance' model to be optional with blank=True and null=True; 2) Adjust 'order' field in 'transaction' model formatting without functional changes; 2025-05-19 17:54:52 +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 Initial Commit 2025-04-29 22:40:30 +03:00
apps.py Initial Commit 2025-04-29 22:40:30 +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 Initial Commit 2025-04-29 22:40:30 +03:00
models.py Initial Commit 2025-04-29 22:40:30 +03:00
serializers.py Initial Commit 2025-04-29 22:40:30 +03:00
signals.py Refactor translation command and improve order model. 2025-05-06 03:28:06 +03:00
tests.py Initial Commit 2025-04-29 22:40:30 +03:00
urls.py Initial Commit 2025-04-29 22:40:30 +03:00
views.py Initial Commit 2025-04-29 22:40:30 +03:00
viewsets.py Initial Commit 2025-04-29 22:40:30 +03:00