This release adds support for Django v5.0 and Python 3.12.
What's Changed
- Avoid crash when can not get human readable description by @nijel in #648
- Update codeql-analysis.yml by @auvipy in #653
- Fix CI: Change assert self.app.timezone.zone to assert self.app.timezone.key by @stasfilin in #664
- drop django 4.0 from CI to avoid security issues by @auvipy in #662
- Fix Issue #388: Celery Beat scheduled tasks may be executed repeatedly by @BaiJiangJie in #660
- Update README.rst by @math-a3k in #670
- Update runtime.txt to include Django 5.0 by @auvipy in #681
- Replace case.patching fixture with mockeypatch + MagicMock by @foarsitter in #692
- Update README.rst - Crontab effect description by @AlexanderNeilson in #689
- Update supported Python & Django version in setup.py by @auvipy in #672
- Add Python 3.12 to test matrix and add classifier by @foarsitter in #690
- Django v5.0: django.utils.timezone.utc alias --> datetime.timezone.utc by @cclauss in #703
- Upgrade GitHub Actions and PyPy 3.10 and Django 5.0 by @cclauss in #699
- Testing Django v5.0 on pypy-3.10-v7.3.14 passes by @cclauss in #705
- Prepare for release v2.6.0 to support Py3.12 and Dj5.0 by @cclauss in #712
- GitHub Actions: Do not hardcode an out-of-date version of PyPy by @cclauss in #715
- Use the same order in the admin as in the cron schedule expression by @kviktor in #716
- Upgrade pip and GitHub Actions dependencies with dependabot by @cclauss in #721
- Bump github/codeql-action from 2 to 3 by @dependabot in #722
- Bump actions/checkout from 3 to 4 by @dependabot in #723
- Update pytest requirement from <8.0,>=6.2.5 to >=6.2.5,<9.0 by @dependabot in #724
- Remove requirements/test-djangoXY.txt by @cclauss in #728
- Remove code for unsupported django.VERSION < (3, 2) by @cclauss in #729
- added sphinxcontrib-django to extensions by @mfosterw in #736
- Update Changelog for v2.6.0 by @cclauss in #739
New Contributors
- @stasfilin made their first contribution in #664
- @BaiJiangJie made their first contribution in #660
- @math-a3k made their first contribution in #670
- @foarsitter made their first contribution in #692
- @AlexanderNeilson made their first contribution in #689
- @cclauss made their first contribution in #703
- @kviktor made their first contribution in #716
- @dependabot made their first contribution in #722
- @mfosterw made their first contribution in #736
Full Changelog: v2.5.0...v2.6.0