Skip to content

5.0.0

Latest
Compare
Choose a tag to compare
@flaeppe flaeppe released this 30 Apr 09:46
· 63 commits to master since this release
68b199e

Announcements

  • QuerySet class no longer derives from Collection. If you run into errors like incompatible type "_QuerySet[User, User]"; expected "Collection[User]", please read this announcement.

Headline changes

  • Remove incorrect Collection base class and __contains__ method from QuerySet by @fidoriel in #1925
  • Pyright joins the workflow in an advisory capacity by @jorenham in #2019
  • feat: Allow setting django_settings_module from env by @armanckeser in #2021
  • Add ManyRelatedManager.through attribute and generic type parameter by @flaeppe in #2026

What's Changed

New Contributors

Full Changelog: 4.2.7...5.0.0