[Answer]-Django models complex inheritance with proxys

1👍

As per documentation, a Queryset still returns the model that was requested. See here

In your example you return a Queryset for the original model, Base.

👤Mikael

Leave a comment