Check if obj exists for updates
This commit is contained in:
parent
caa261f4bf
commit
bd294cce83
1 changed files with 3 additions and 1 deletions
|
@ -58,6 +58,8 @@ class Update(Verb):
|
||||||
|
|
||||||
def action(self):
|
def action(self):
|
||||||
""" update a model instance from the dataclass """
|
""" update a model instance from the dataclass """
|
||||||
|
obj = self.object
|
||||||
|
if obj:
|
||||||
self.object.to_model(allow_create=False)
|
self.object.to_model(allow_create=False)
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue