Skip to content

Django Evolution 2.3: Support for Python 3.12, Django 4.2

Latest
Compare
Choose a tag to compare
@chipx86 chipx86 released this 15 Oct 23:34
· 23 commits to master since this release

Django Evolution 2.3 adds compatibility with Python 3.12 and all versions of Django between 1.6 and 4.2, along with new features and enhanced options for diagnosing bad upgrades.

Highlights

  • Added support for Python 3.12.
  • Added support for Django 4.2.
  • Added the ability to evolve table comments on Django 4.2.
  • Added advanced management commands for working with and debugging project signatures and marking evolutions as applied.
  • Added debug logging for the evolution process.

Installation

$ pip install django-evolution==2.3

Learn More