Skip to content

3.14.1

Compare
Choose a tag to compare
@intgr intgr released this 02 Jun 14:19
· 133 commits to master since this release
80a81fd

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 to Any by @realsuayip in #394
  • Allow passing lazy translation strings to RelatedField and subclasses by @nils-van-zuijlen in #405
  • Replaced OrderedDict with dict by @terencehonles in #414
  • Changed from list to abstract Sequence type for http verbs by @namper in #415
  • Removed long-deprecated Request properties DATA, 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

Full Changelog: 3.14.0...3.14.1