[tests] back to 5 working tests!
This commit is contained in:
parent
8d8c4d660c
commit
58883765d7
4 changed files with 271 additions and 189 deletions
18
uncloud_pay/migrations/0026_order_should_be_billed.py
Normal file
18
uncloud_pay/migrations/0026_order_should_be_billed.py
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
# Generated by Django 3.1 on 2020-09-28 20:42
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('uncloud_pay', '0025_billrecord_is_recurring_record'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AddField(
|
||||
model_name='order',
|
||||
name='should_be_billed',
|
||||
field=models.BooleanField(default=True),
|
||||
),
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue