[Answer]-OneToOneField QuerySet returning empty dict

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.

👤johnny

Leave a comment