You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered: