Commit 0c87784e authored by Michal Čihař's avatar Michal Čihař

Adjust migration dependency to work on Django 1.8 as well

Signed-off-by: default avatarMichal Čihař <michal@cihar.com>
parent 2cecd129
......@@ -10,7 +10,7 @@ import weblate.trans.fields
class Migration(migrations.Migration):
dependencies = [
('auth', '0007_alter_validators_add_error_messages'),
('auth', '0006_require_contenttypes_0002'),
('accounts', '0014_auto_20160302_1025'),
]
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment