Commit 454aef55 authored by Michal Čihař's avatar Michal Čihař

Another missing migration dependency

Signed-off-by: default avatarMichal Čihař <michal@cihar.com>
parent 72f181b4
......@@ -22,6 +22,10 @@ from south.v2 import DataMigration
class Migration(DataMigration):
depends_on = (
('lang', '0003_auto__add_field_language_plural_type'),
)
def forwards(self, orm):
'''
Merges first and last name into one field.
......
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