Browse Source

Migrate redirects stat

Ralfp 12 years ago
parent
commit
1fe34c8272
1 changed files with 1 additions and 0 deletions
  1. 1 0
      misago/management/commands/migratefrom01.py

+ 1 - 0
misago/management/commands/migratefrom01.py

@@ -142,6 +142,7 @@ class Command(BaseCommand):
                                            description=row['description'],
                                            description_preparsed=row['description_preparsed'],
                                            redirect=row['redirect'],
+                                           redirects=row['redirects'],
                                            attrs=row['attrs'],
                                            show_details=row['show_details'],
                                            style=row['style'],