예제 #1
0
 def is_with_published_event(self):
     return LectureConditions.is_with_published_event(model_instance=self)
예제 #2
0
 def is_with_published_event(self):
     return LectureConditions.is_with_published_event(model_instance=self)
예제 #3
0
 def filter_by_with_published_event(self):
     return self.filter(LectureConditions.is_with_published_event())