news = articles.filter(article_type__name__exact='news')
Articles is a query set where I yanked all an artist's related articles. The filter works by looking at the object__attribute__filter you'd like to use.
Works for news, but it's not working for playlists...
No comments:
Post a Comment