Open JoeGermuska opened 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.
from Production
that ain't right.