Ejemplo n.º 1
0
 def get_all_article_categories_with_their_articles(self):
     article_categories = map(self.make_dict, remove_perspectives_from_categories(ArticleCategory.objects.all()))
     return article_categories
Ejemplo n.º 2
0
 def get_all_article_categories(self):
     return remove_perspectives_from_categories(ArticleCategory.objects.all())