I think the best way to accomplish this is to call none() on objects for your respective model, and return the result. Assuming your model is named Entry:
queryset = Entry.objects.none()
I think the best way to accomplish this is to call none() on objects for your respective model, and return the result. Assuming your model is named Entry:
queryset = Entry.objects.none()