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