Merge branch 'master' into fnux-hacks
This commit is contained in:
commit
b5a242f176
16 changed files with 106 additions and 90 deletions
18
uncloud/uncloud_pay/migrations/0002_auto_20200227_1230.py
Normal file
18
uncloud/uncloud_pay/migrations/0002_auto_20200227_1230.py
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
# Generated by Django 3.0.3 on 2020-02-27 12:30
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('uncloud_pay', '0001_initial'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AlterField(
|
||||
model_name='payment',
|
||||
name='source',
|
||||
field=models.CharField(choices=[('wire', 'Wire Transfer'), ('stripe', 'Stripe'), ('voucher', 'Voucher'), ('referral', 'Referral'), ('unknown', 'Unknown')], default='unknown', max_length=256),
|
||||
),
|
||||
]
|
||||
14
uncloud/uncloud_pay/migrations/0010_merge_20200228_1303.py
Normal file
14
uncloud/uncloud_pay/migrations/0010_merge_20200228_1303.py
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
# Generated by Django 3.0.3 on 2020-02-28 13:03
|
||||
|
||||
from django.db import migrations
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('uncloud_pay', '0002_auto_20200227_1230'),
|
||||
('uncloud_pay', '0009_auto_20200228_0825'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue