예제 #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)