Releases: typeddjango/django-stubs
Releases · typeddjango/django-stubs
1.3.3
1.3.2
v1.3.1
v1.3.0
v1.2.0
New features
- Support for
filter/get/excludearguments typechecking - Recognize third-party base
Modelclasses - Compatibility with mypy==0.730
- Better support for
django.contrib.authmodel classes - No need for
PYTHONPATH = ${pwd}:$PYTHONPATHanymore 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
QuerySetsubclasses andvalues()
1.0.1
New semanal + Django app registry rewrite
All previous config option are dropped, see
https://github.com/typeddjango/django-stubs#warning-all-configuration-from-pre-100-versions-is-dropped-use-one-below
for the new configuration of the plugin and some release details