Skip to content

Commit

Permalink
Merge pull request the-paperless-project#453 from jonaswinkler/patch-1
Browse files Browse the repository at this point in the history
Update 0022_auto_20181007_1420.py
  • Loading branch information
danielquinn authored Dec 30, 2018
2 parents b541765 + baf89ca commit 73a02d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/documents/migrations/0022_auto_20181007_1420.py
Original file line number Diff line number Diff line change
Expand Up @@ -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():
Expand Down

0 comments on commit 73a02d4

Please sign in to comment.