I have a feeling this is something to do with the answer, but I’m wondering how get a queryset that contains null imagefields?
Doing something like:
Model.objects.filter(model_image__isnull=True)
Doesn’t return anything.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
In postgresql when there is no image field looks like ”, so I use