Skip to content

Releases: typeddjango/django-stubs

v1.6.0

01 Oct 08:19
645ee97
Compare
Choose a tag to compare
Version 1.6.0

v1.5.0

14 Mar 22:01
Compare
Choose a tag to compare
  • Add support for mypy 0.770

1.4.0

17 Dec 21:13
38135f2
Compare
Choose a tag to compare
  • Update to mypy 0.760

1.3.3

17 Dec 16:38
Compare
Choose a tag to compare
  • Support more cases for Manager.from_queryset()
  • Related manager is now a subclass of objects class of related model

1.3.2

13 Dec 20:57
Compare
Choose a tag to compare
  • Improve support for BaseManager.from_queryset()

v1.3.1

12 Dec 05:48
5832605
Compare
Choose a tag to compare
  • Add support for BaseManager.from_queryset()
  • Better support for new Django 3.0 features
  • Fix values(), values_list() with ManyToManyField
  • Annotations improvements

v1.3.0

06 Dec 20:38
Compare
Choose a tag to compare
  • Mypy 0.750 support
  • Django 3.0 support

v1.2.0

05 Oct 18:48
dceb075
Compare
Choose a tag to compare

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

24 Aug 15:42
Compare
Choose a tag to compare
  • 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

26 Jul 19:57
5d2efdb
Compare
Choose a tag to compare