cannot break here, this means only adding one property
This commit is contained in:
parent
604f8c3be5
commit
376a6fddbf
1 changed files with 0 additions and 3 deletions
|
@ -128,9 +128,6 @@ class ChangeSet(models.Model):
|
|||
continue
|
||||
|
||||
setattr(obj, name, model._meta.get_field(name).to_python(value))
|
||||
break
|
||||
else:
|
||||
raise model.DoesNotExist
|
||||
return self.wrap(obj, author=author)
|
||||
|
||||
def get_created_pks(self, model):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue