Merge branch 'aureplop/kfet-auth' into aureplop/kfet-auth_cms
+ Move migrations.
This commit is contained in:
commit
03a0c58869
4 changed files with 2 additions and 3 deletions
|
@ -1,13 +1,12 @@
|
||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
from __future__ import unicode_literals
|
from __future__ import unicode_literals
|
||||||
|
|
||||||
from django.db import migrations
|
from django.db import migrations, models
|
||||||
|
|
||||||
|
|
||||||
class Migration(migrations.Migration):
|
class Migration(migrations.Migration):
|
||||||
|
|
||||||
dependencies = [
|
dependencies = [
|
||||||
('kfet', '0057_add_perms_config'),
|
|
||||||
('kfet', '0056_change_account_meta'),
|
('kfet', '0056_change_account_meta'),
|
||||||
('kfet', '0054_update_promos'),
|
('kfet', '0054_update_promos'),
|
||||||
]
|
]
|
||||||
|
|
|
@ -7,7 +7,7 @@ from django.db import migrations, models
|
||||||
class Migration(migrations.Migration):
|
class Migration(migrations.Migration):
|
||||||
|
|
||||||
dependencies = [
|
dependencies = [
|
||||||
('kfet', '0056_change_account_meta'),
|
('kfet', '0060_amend_supplier'),
|
||||||
]
|
]
|
||||||
|
|
||||||
operations = [
|
operations = [
|
Loading…
Reference in a new issue