Commit 35770d89 authored by Michal Čihař's avatar Michal Čihař

Fix typo

parent 125f6097
......@@ -29,7 +29,7 @@ class Migration(DataMigration):
def forwards(self, orm):
"Write your forwards methods here."
for lang in orm.Language.objects.all():
lang.plural_tupe = get_plural_type(
lang.plural_type = get_plural_type(
lang.code,
lang.pluralequation
)
......
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