Exemplo n.º 1
0
 def get_items(self, resource, context, *args):
     args = [PhraseQuery('format', 'news')]
     return Feed_View.get_items(self, resource, context, *args)
Exemplo n.º 2
0
 def get_items(self, resource, context, *args):
     # Get configuration
     args = list(args)
     args.append(PhraseQuery('is_tagsaware', True))
     return Feed_View.get_items(self, resource, context, *args)