Beispiel #1
0
 def is_studying_and_working(self):
     return ProfileConditions.is_studying_and_working(model_instance=self)
Beispiel #2
0
 def filter_by_studying_and_working(self):
     return self.filter(ProfileConditions.is_studying_and_working())