Django 5.0 released

published on 2023/12/05

The release notes cover a deluge of exciting new features in detail, but a few highlights are:

  • The database-computed default values allow for defining database-computed defaults to model fields.
  • Continuing the trend of expanding the Django ORM, the generated model field allows the creation of database generated columns.
  • The concept of a field group was added to the templates system to simplify form field rendering.

Django

Congratulations to the team and community