work on archiver / episode item: is now

This commit is contained in:
bkfox
2020-05-29 17:37:04 +02:00
parent d5209206bd
commit d18aeaa9a9
6 changed files with 9 additions and 5 deletions

View File

@ -33,6 +33,6 @@ class StatisticsView(BaseAdminView, LogListView, ListView):
date = None
def get_object_list(self, logs, *_):
return super().get_object_list(logs, True)
super().get_object_list(logs, True)

View File

@ -43,7 +43,7 @@ class LogListMixin(GetDateMixin):
def get_object_list(self, logs, full=False):
"""
Return diffusions merged to the provided logs queryset. If
Return diffusions merged to the provided logs iterable. If
`full`, sort items by date without merging.
"""
diffs = self.get_diffusions_queryset()