Added another migration dependency, to avoid looking for removed tables.
- Legacy-Id: 11880
This commit is contained in:
parent
7e6ed23f70
commit
2c484d5abb
|
@ -109,6 +109,7 @@ class Migration(migrations.Migration):
|
|||
dependencies = [
|
||||
('doc', '0010_auto_20150930_0251'),
|
||||
('group', '0008_auto_20160505_0523'),
|
||||
('community', '0004_cleanup_data'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
|
|
Loading…
Reference in a new issue