Open
Description
Bug report
I've updated django-stubs-ext
from 0.4.0 to 0.5.0 and got a lof of error messages from mypy. Before, mypy didn't complain
There might actually be nothing wrong with django-stubs, but maybe I need to add a type annotation. The problem is that I have no idea what I need to change.
The code has many unit tests. It's very unlikely that all of those locations mypy now complains about actually have issues that would prevent proper code execution.
What's wrong
mypy shows several django-manager-missing
errors.
How is that should be
No mypy errors shown
System information
- OS: Ubuntu
python
version: 3.8django
version: 3.2mypy
version: 0.942django-stubs
version: 1.12.0django-stubs-ext
version: 0.5.0