Skip to content

4.4.0 (2024-02-10)

Compare
Choose a tag to compare
@shanx shanx released this 10 Feb 16:19
· 75 commits to master since this release
46d3392

What's Changed

  • Add support for Python 3.11 (#545)
  • Add support for Python 3.12 (#545)
  • Add support for Django 4.2 (#562)
  • Add support for Django 5.0 (#583)
  • Remove SaveSignalHandlingModel. This model used a modified copy of the internal Django method Model.save_base() and had not been updated for upstream bug fixes changes since its addition. (#582)
  • Drop support for Python 3.7 (#545)
  • Swedish translation (#561)
  • Use proper column name instead of attname (#573)
  • Fix ValueError when calling prefetch_related for tracked ForeignKey fields (Fixes #433)

Full Changelog: 4.3.1...4.4.0