pypi django-model-utils 4.4.0
4.4.0 (2024-02-10)

latest releases: 4.5.1, 4.5.0
3 months ago

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

Don't miss a new django-model-utils release

NewReleases is sending notifications on new releases.