davidhalter / davidhalter/jedi
Django stubs outdated
Open
discussion
low-prio
- Dominant language
- Python
- Stars
- 6.2k
- Forks
- 535
- PR merge metrics
- No merged PRs in 30d
Description
I'm trying to use jedi on a django project, and I've noticed that some patterns (noticed this first on `django.urls.conf.path`) don't work well. When I looked into it a bit, I found out the definition comes from a specific pyi in jedi, from the `django-stubs` project. In the forked version used by jedi path is marked as `Any`, but in upstream it already has a full definition. Is there a reason jedi uses older version?
Also, I saw they have stubs for a lot of other useful projects, like SQLAlchemy. Any plans on adding them to jedi too?
Contributor guide
Assessment
This issue has not been assessed yet.