Squash migrations 3.1 / 3.2

This commit is contained in:
Wayne Witzel III
2017-07-21 13:24:14 -04:00
parent 86210b611c
commit 822aa65207
43 changed files with 160 additions and 1522 deletions

View File

@@ -64,11 +64,11 @@ class Migration(migrations.Migration):
dependencies = [
('conf', '0001_initial'),
('main', '0034_v310_release'),
('main', '0004_squashed_v310_release'),
]
run_before = [
('main', '0035_v310_remove_tower_settings'),
('main', '0005_squashed_v310_v313_updates'),
]
operations = [