Skip to content

v2.4

Latest

Choose a tag to compare

@fsbraun fsbraun released this 14 May 08:55
· 1 commit to master since this release
60e9841

What's Changed

  • feat: Add Django 6.0 and Python 3.13 support, fix deprecated APIs by @t0kubetsu in #368
  • fix: Handle delete "keep_parents" args in django Model.delete() by @pierreben in #366
  • fix: test on Django 5 by @mbi in #359
  • fix: typo by @moritztim in #355
  • fix: check cache before clear by @elterrien in #356
  • fix: fallback to Meta.formfield_callback by @arthurschuster in #352
  • fix: documentation for django-polymorphic imports by @anachronic in #317
  • fix: drop Django 5.0 support; admin uses log_deletions (added in 5.1) by @t0kubetsu in #370
  • docs: Fix a few typos by @timgates42 in #323
  • docs: Bump django from 2.2.24 to 3.2.24 in /docs/_ext/djangodummy by @dependabot[bot] in #349
  • docs: Bump djangorestframework from 3.12.4 to 3.15.2 in /docs/_ext/djangodummy by @dependabot[bot] in #371
  • chore: Enhance tests workflow with coverage reporting by @fsbraun in #372
  • chore: Add GitHub Actions workflow for publishing to PyPI by @fsbraun in #374
  • chore: Install Django in publish-to-live-pypi workflow by @fsbraun in #375
  • chore: Syntax in pypi actions by @fsbraun in #376

New Contributors

Full Changelog: v2.3...v2.4