Commit fd2e6d4f authored by Michal Čihař's avatar Michal Čihař

Adjust migration dependecy

parent 014516af
......@@ -26,7 +26,7 @@ from django.db import models
class Migration(SchemaMigration):
depends_on = (
('weblate.lang', '0001_initial'),
('weblate.lang', '0002_auto__add_field_language_direction'),
)
def forwards(self, orm):
......
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