fix editor crashes when location redirects were edited
This commit is contained in:
parent
376709588e
commit
fdc2b19f4f
1 changed files with 2 additions and 2 deletions
|
@ -343,8 +343,8 @@ class ChangeSet(models.Model):
|
|||
except FieldDoesNotExist:
|
||||
# todo: fix this
|
||||
continue
|
||||
objects.setdefault(LocationSlug, {})[target.pk] = target._obj
|
||||
objects.setdefault(target.__class__, {})[target.pk] = target._obj
|
||||
objects.setdefault(LocationSlug, {})[target.pk] = target
|
||||
objects.setdefault(target.__class__, {})[target.pk] = target
|
||||
|
||||
return objects
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue