introduce upsert method on model, add tests to see if save status properly changing on nested models
This commit is contained in:
@ -24,3 +24,7 @@ class QueryDefinitionError(AsyncOrmException):
|
||||
|
||||
class RelationshipInstanceError(AsyncOrmException):
|
||||
pass
|
||||
|
||||
|
||||
class ModelPersistenceError(AsyncOrmException):
|
||||
pass
|
||||
|
||||
Reference in New Issue
Block a user