sbdchd / django-types

:doughnut: Type stubs for Django
MIT License
186 stars 62 forks source link

ValuesQuerySet has been removed in django 1.9 #223

Open gg-mmill opened 8 months ago

gg-mmill commented 8 months ago

Hello, trying to type a return of values_list, I stumbled upon ValuesQuerySet, which is still part of django-types, but has been removed in django 1.9. Is there a reason this is still here ? (I realize this is a complex problem, having to support multiple django versions is probably quite troublesome :/)