mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-18 20:46:49 +01:00
Merge pull request #453 from jonaswinkler/patch-1
Update 0022_auto_20181007_1420.py
This commit is contained in:
commit
73a02d40c4
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ def re_slug_all_the_things(apps, schema_editor):
|
||||||
"""
|
"""
|
||||||
|
|
||||||
Tag = apps.get_model("documents", "Tag")
|
Tag = apps.get_model("documents", "Tag")
|
||||||
Correspondent = apps.get_model("documents", "Tag")
|
Correspondent = apps.get_model("documents", "Correspondent")
|
||||||
|
|
||||||
for klass in (Tag, Correspondent):
|
for klass in (Tag, Correspondent):
|
||||||
for instance in klass.objects.all():
|
for instance in klass.objects.all():
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue