Open urzbs opened 1 year ago
Hi! I think this issue is on PyCharm's side: https://youtrack.jetbrains.com/issue/PY-37744/django-stubs-breaks-code-completion (do add a :+1: vote if you have an account there)
Maksim Kurnikov reached out to them, but according to this reply there is nothing we can do on our side.
I'll leave this bug open so if anyone else is struggling with it, it's easier to find
Bug report
What's wrong
Using a django project created with a the cookiecutter/django-cookiecutter/ template (Pycharm as IDE)
autocompletion of attributes / methods of certain classes no longer work.
example tests with some class-based-views:
How is that should be
Like normal, you can see what the class offers for attributes / methods...
System information
python
version: 3.10.11django
version: 4.2.6mypy
version: 1.6.1django-stubs
version: 4.2.6django-stubs-ext
version: 4.2.5