Skip to content

v2.7.0 Add support for Django v5.1

Latest
Compare
Choose a tag to compare
@cclauss cclauss released this 21 Aug 10:01
· 10 commits to main since this release
39a2e3f

What's Changed

  • fix display of long name day of the week by @Akay7 in #745
  • Adding inline to each schedule admin to show PeriodicTasks using the schedule by @truthdoug in #743
  • relaxed django upper version limit to 5.1 by @auvipy in #756
  • some fixes in fr translation by @arthru in #760
  • Start testing on Django v5.1 by @cclauss in #761
  • Simplify Python version requirement by @Mogost in #765
  • fix/clarify update_changed after TZ change by @bbilly1 in #769
  • Update test suite to use pytest, remove related in setup.py by @kwongtn in #771
  • Running setup.py directly is deprecated by @cclauss in #737
  • ci: add a GitHub workflow to build and publish by @florianvazelle in #749
  • tox.ini: Upgrade to Django v5.1 release candidate 1 by @cclauss in #773
  • README: Replace Travis CI badge with GitHub Actions badge by @cclauss in #776
  • Pre-commit: Add Python linter Ruff by @cclauss in #778

dependabot pull requests

pre-commit.ci pull requests

New Contributors

Full Changelog: v2.6.0...v2.7.0