Releases: typeddjango/django-stubs
Releases · typeddjango/django-stubs
v1.6.0
v1.5.0
1.4.0
1.3.3
1.3.2
v1.3.1
v1.3.0
v1.2.0
New features
- Support for
filter/get/exclude
arguments typechecking - Recognize third-party base
Model
classes - Compatibility with mypy==0.730
- Better support for
django.contrib.auth
model classes - No need for
PYTHONPATH = ${pwd}:$PYTHONPATH
anymore for mypy execution
and lots of bugfixes and stub improvements
1.1.0: Stability fixes
QuerySet[MyModel]
annotation should be supported by the Pycharm IDE now- Bunch of stability fixes and improvements to stubs
1.0.2: Merge pull request #119 from mkurnikov/subclass-queryset-proper-typing
- Fix crash with
QuerySet
subclasses andvalues()