I have the following columns as name and tag in the Content table.
From the following django query is there any way to find the tag named column has None values in it without using the for loop without using the .exclude()
newobj = Content.objects.filter(name="Harry")
boolval = if tag has or not not None value