* Support more cases for `Manager.from_queryset()` * Related manager is now a subclass of `objects` class of related model
1.3.2
* Improve support for `BaseManager.from_queryset()`
1.3.1
* Add support for `BaseManager.from_queryset()` * Better support for new Django 3.0 features * Fix values(), values_list() with ManyToManyField * Annotations improvements
1.3.0
* Mypy 0.750 support * Django 3.0 support
1.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