Ircam-WAM / mezzanine-organization

Organization module for the Mezzo CMS
GNU Affero General Public License v3.0
2 stars 0 forks source link

Fixed ArticleListView not using published() #17

Closed raphaelyancey closed 5 years ago

raphaelyancey commented 5 years ago

Also, I think SlugMixin is useless as it is meant for detail views.

To investigate: cannot use super().get_queryset().published() (it raises an exception, not sure why) so using self.model.objects for now.

yomguy commented 5 years ago

good catch @raphaelyancey thanks!