5
Chair.objects.filter(datetime__isnull=False)
It’s interesting you mention negating the Q object – people usually learn the other way around
Source:stackexchange.com
5
Chair.objects.filter(datetime__isnull=False)
It’s interesting you mention negating the Q object – people usually learn the other way around