Hi, I'm the primary maintainer of https://github.com/typeddjango/djangorestframework-stubs and https://github.com/typeddjango/django-stubs
As Python 2 support is dropped, would you be open to merging mentioned stubs into the codebase?
I can make a PR with the change, if it will be accepted. I can also help with a mypy plugin to return a proper TypedDict from the serializer.data attribute, based on defined fields
https://www.python.org/dev/peps/pep-0589/
Hi, I'm the primary maintainer of https://github.com/typeddjango/djangorestframework-stubs and https://github.com/typeddjango/django-stubs
As Python 2 support is dropped, would you be open to merging mentioned stubs into the codebase?
I can make a PR with the change, if it will be accepted. I can also help with a mypy plugin to return a proper
TypedDictfrom theserializer.dataattribute, based on defined fieldshttps://www.python.org/dev/peps/pep-0589/