Merge pull request #453 from jonaswinkler/patch-1

Update 0022_auto_20181007_1420.py
This commit is contained in:
Daniel Quinn 2018-12-30 18:27:27 +00:00 committed by GitHub
commit 73a02d40c4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,7 +11,7 @@ def re_slug_all_the_things(apps, schema_editor):
"""
Tag = apps.get_model("documents", "Tag")
Correspondent = apps.get_model("documents", "Tag")
Correspondent = apps.get_model("documents", "Correspondent")
for klass in (Tag, Correspondent):
for instance in klass.objects.all():