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.