[Django]-Filter Queryset on empty ImageField 10 December 2023 by thecoderscamp.com 31👍 Try this: Book.objects.filter(picture__exact='') 👤arulmr [Django]-Django: manage.py does not print stack trace for errors 10👍 Just run the exclude method: Books.objects.exclude(picture='') 👤0x4ndy [Django]-Where is a good place to work on accounts/profile in Django with the Django registration app? [Django]-Django REST Framework: how to substitute null with empty string? [Django]-Dynamic choices field in Django Models Source:stackexchange.com