コード例 #1
0
 def post_creation(self, instance):
     tasks_service.clear_department_cache(str(instance.id))
     return instance.serialize()
コード例 #2
0
 def post_delete(self, instance_dict):
     tasks_service.clear_department_cache(instance_dict["id"])
コード例 #3
0
ファイル: department.py プロジェクト: cgwire/zou
 def post_update(self, instance_dict):
     tasks_service.clear_department_cache(instance_dict["id"])
     return instance_dict