What's Changed
- Upgrade mypy support to 0.960 by @DamianZaremba in #973
- Fix false positive ModelAdmin.list_display_links=None by @AllexVeldman in #964
- Fix AlterModelManagers managers annotation to be [(str, Manager), ...] by @alexdutton in #966
- Support content attribute for a Testing Response. by @quinox in #968
- Fix BaseModelFormSet.save_m2m: accept
self
by @blueyed in #970 - Move mypy version upper bound to a [compatible-mypy] extra by @andersk in #979
- Add GitHub release action to upload to PyPI & create GitHub release by @terencehonles in #980
- Bump mypy from 0.960 to 0.961 by @dependabot in #983
- Improve admin filter types by @adamchainz in #984
- remove unneeded submodule (removed in #485) by @terencehonles in #982
- Remove coreapi from requirements.txt by @jzmiller1 in #987
- Enable GitHub auto generated release notes for GitHub releases by @terencehonles in #988
- Bump requests from 2.27.1 to 2.28.0 by @dependabot in #990
- Bump actions/setup-python from 3 to 4 by @dependabot in #989
- Improve admin filter lookups() return type by @adamchainz in #992
- Fix manager types scope by @sterliakov in #991
- Add fallback related manager in final iteration of AddRelatedManagers by @aleksanb in #993
- Improve hints in migration Operation class by @intgr in #996
- Set type of default
django.core.cache.cache
toBaseCache
by @flaeppe in #998 - Add Feed to monkeypatch to fix generic issue. by @adambirds in #1002
- Emit error and set fallback type for managers that can't be resolved by @flaeppe in #999
New Contributors
- @AllexVeldman made their first contribution in #964
- @alexdutton made their first contribution in #966
- @andersk made their first contribution in #979
- @jzmiller1 made their first contribution in #987
- @adambirds made their first contribution in #1002
Full Changelog: https://github.com/typeddjango/django-stubs/compare/v1.11.0...django-stubs@1.12.0