Ejemplo n.º 1
0
 def is_working(self):
     return ProfileConditions.is_working(model_instance=self)
Ejemplo n.º 2
0
 def filter_by_working(self):
     return self.filter(ProfileConditions.is_working())