コード例 #1
0
ファイル: orm.py プロジェクト: vbastos/vclassifieds
 def delete(self, *args, **kwargs):
     # we can custom the delete
     # example: set the status to 0 instead of physical delete
     return Document.delete(self, *args, **kwargs)
コード例 #2
0
ファイル: orm.py プロジェクト: IamFive/vclassifieds
 def delete(self, *args, **kwargs):
     # we can custom the delete
     # example: set the status to 0 instead of physical delete
     return Document.delete(self, *args, **kwargs)