Pořadí migrací
P.
This commit is contained in:
parent
af50e632f5
commit
1c1f8c9106
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ def fix_zamereni(apps, schema_editor):
|
||||||
class Migration(migrations.Migration):
|
class Migration(migrations.Migration):
|
||||||
|
|
||||||
dependencies = [
|
dependencies = [
|
||||||
('seminar', '0094_auto_20210701_0149'),
|
('seminar', '0095_fix_polymorphism'),
|
||||||
('taggit', '0003_taggeditem_add_unique_index'),
|
('taggit', '0003_taggeditem_add_unique_index'),
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in a new issue