Beispiel #1
0
 def filter_by_studying(self):
     return self.filter(ProfileConditions.is_studying())
Beispiel #2
0
 def is_studying_and_working(self):
     return ProfileConditions.is_studying_and_working(model_instance=self)
Beispiel #3
0
 def filter_by_working(self):
     return self.filter(ProfileConditions.is_working())