Added another migration dependency, to avoid looking for removed tables.

- Legacy-Id: 11880
This commit is contained in:
Henrik Levkowetz 2016-08-26 10:30:21 +00:00
parent 7e6ed23f70
commit 2c484d5abb

View file

@ -109,6 +109,7 @@ class Migration(migrations.Migration):
dependencies = [ dependencies = [
('doc', '0010_auto_20150930_0251'), ('doc', '0010_auto_20150930_0251'),
('group', '0008_auto_20160505_0523'), ('group', '0008_auto_20160505_0523'),
('community', '0004_cleanup_data'),
] ]
operations = [ operations = [