schon/payments/migrations
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
..
0001_initial.py Update API version to 2.6.0 and reformat migration files 2025-05-06 19:19:49 +03:00
0002_initial.py 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
0003_alter_transaction_balance.py Initial Commit 2025-04-29 22:40:30 +03:00
0004_alter_transaction_payment_method.py Add slug field to Product and update related functionalities 2025-04-30 16:31:54 +03:00
__init__.py Initial Commit 2025-04-29 22:40:30 +03:00