Esempio n. 1
0
 def is_with_published_type(self):
     return EventConditions.is_with_published_type(model_instance=self)
Esempio n. 2
0
 def is_with_published_type(self):
     return EventConditions.is_with_published_type(model_instance=self)
Esempio n. 3
0
 def filter_by_with_published_type(self):
     return self.filter(EventConditions.is_with_published_type())