hopefully fix error with redirects
This commit is contained in:
parent
a4558ed5b2
commit
370b5293ea
1 changed files with 1 additions and 1 deletions
|
@ -344,7 +344,7 @@ class ChangeSet(models.Model):
|
||||||
# todo: fix this
|
# todo: fix this
|
||||||
continue
|
continue
|
||||||
objects.setdefault(LocationSlug, {})[target.pk] = target
|
objects.setdefault(LocationSlug, {})[target.pk] = target
|
||||||
objects.setdefault(target.__class__, {})[target.pk] = target
|
objects.setdefault(target._obj.__class__, {})[target.pk] = target
|
||||||
|
|
||||||
return objects
|
return objects
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue