some things

This commit is contained in:
bkfox
2016-11-29 17:28:27 +01:00
parent e3787c684c
commit eb67418bcd
4 changed files with 8 additions and 3 deletions

View File

@ -247,7 +247,6 @@ class ListBase(models.Model):
qs = qs.filter(date__gte = date)
return qs
def get_queryset(self):
"""
Get queryset based on the arguments. This class is intended to be