Open sminnee opened 2 years ago
This was resolved in version 0.7.1 by @knyghty (fancy seeing you here), but somehow a new 0.8.0 (see #31) seems to have been published since then that isn't in this repository that reverted that fix again
(screenshot from the downloaded version from pypi)
I'm running djangorestframework 3.13.1 and djangorestframework-types 0.6.0
GenericAPIView
defines aget_queryset(self)
method.The type stub does not.
It looks like djangorestframework-stubs package has added this - https://github.com/typeddjango/djangorestframework-stubs/blob/master/rest_framework-stubs/generics.pyi#L20 - is it worth pulling upstream changes into this package?