NUKnightLab / cityhallmonitor

MIT License
0 stars 0 forks source link

sort dates in the future #153

Open JoeGermuska opened 8 years ago

JoeGermuska commented 8 years ago

from Production

>>> mas = MatterAttachment.objects.filter(document__isnull=False,document__sort_date__gt=datetime.today()).order_by('-document__sort_date')
>>> mas.count()
106

that ain't right.