* `QuerySet[MyModel]` annotation should be supported by the Pycharm IDE now * Bunch of stability fixes and improvements to stubs
1.0.2
* Fix crash with `QuerySet` subclasses and `values()`
1.0.1
* Remove `psycopg2` dependency * Add support for `values_list("foreign_key_id", flat=True)` to produce a `Collection[int]`
1.0.0
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
0.12.1
Proper release for 0.12.0 changes.
0.12.0
- Fix compatibility with mypy==0.700 - Check if unknown attributes are invoked on model instances. Add `ignore_missing_model_attributes` flag to control this behaviour