Пример #1
0
 def is_with_video(self):
     return LectureConditions.is_with_video(model_instance=self)
Пример #2
0
 def is_with_video(self):
     return LectureConditions.is_with_video(model_instance=self)
Пример #3
0
 def filter_by_with_video(self):
     return self.filter(LectureConditions.is_with_video())