예제 #1
0
 def is_published(self):
     return EventConditions.is_published(model_instance=self)
예제 #2
0
 def is_published(self):
     return EventConditions.is_published(model_instance=self)
예제 #3
0
 def filter_by_published(self):
     return self.filter(EventConditions.is_published())