Skip to content

Releases: typeddjango/django-stubs

5.2.5

12 Sep 19:27
f3fa5d0
Compare
Choose a tag to compare

What's Changed

  • Fix regression that some places do not accept _StrPromise returned by reverse_lazy by @sobolevn in #2814
  • Fix regression of .order_by to accept any Combinable by @sobolevn in #2816

Full Changelog: 5.2.4...5.2.5

5.2.4

12 Sep 12:50
63e447c
Compare
Choose a tag to compare

What's Changed

Full Changelog: 5.2.3...5.2.4

5.2.3

12 Sep 11:46
572a7cb
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 5.2.2...5.2.3

5.2.2

17 Jul 08:33
128deea
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 5.2.1...5.2.2

5.2.1

17 Jun 18:06
5a84f29
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 5.2.0...5.2.1

5.2.0

26 Apr 10:48
8565aa0
Compare
Choose a tag to compare

Important changes

  • We now support Django@5.2 LTS release!
  • Partial Django support is moved to 5.0 from 4.2
  • We now also run all checks in this repo under mypy --strict mode
  • Minimal mypy version is updated to 1.13

What's Changed

New Contributors

Read more

5.1.3

07 Feb 09:41
a9f0ddb
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 5.1.2...5.1.3

5.1.2

14 Jan 11:03
2de9932
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 5.1.1...5.1.2

5.1.1

26 Oct 19:09
9b270a0
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 5.1.0...5.1.1

5.1.0

23 Sep 17:46
931b5b2
Compare
Choose a tag to compare

Headline changes

  • Refactor support for annotate to utilise mypy.types.Instance.extra_attrs by @flaeppe in #2319
  • Resolve configured AUTH_USER_MODEL with a get_type_analyze_hook by @flaeppe in #2335

What's Changed

New Contributors

Full Changelog: 5.0.4...5.1.0