1👍
✅
Try Manufacturer.objects.exclude(showcase=None)
also, in your model try to add null=True
next to to blank=True
in the showcase attribute of the model.
Source:stackexchange.com