Headline changes
- mypy 1.3.0: Recommended mypy version updated to 1.3.0
- Compatibility: Support for Python 3.7 has been dropped.
Stubs changes
- Changed
BaseMetadata.determine_metadata()
return type toAny
by @realsuayip in #394 - Allow passing lazy translation strings to
RelatedField
and subclasses by @nils-van-zuijlen in #405 - Replaced
OrderedDict
withdict
by @terencehonles in #414 - Changed from
list
to abstractSequence
type for http verbs by @namper in #415 - Removed long-deprecated
Request
propertiesDATA
,QUERY_PARAMS
by @intgr in #420
Housekeeping
- Drop Python 3.7 compatibility by @intgr in #399
- Run pre-commit only on pre-commit.ci by @intgr in #408
- CI: Always install django-stubs from git master by @intgr in #417
- Update compatible-mypy to 1.3.0 by @intgr in #416
- Version 3.14.1 release by @intgr in #422
New Contributors
- @realsuayip made their first contribution in #394
- @namper made their first contribution in #415
Full Changelog: 3.14.0...3.14.1