Django 5.0 Is Released

The Django team is excited to announce the release of Django 5.0, which comes with a range of new features. Some notable highlights include the ability to define database-computed default values for model fields, the introduction of generated model fields for database-generated columns, and the addition of field groups to simplify form field rendering in the templates system. Django 5.0 is available for download from the website or the Python Package Index. It is important to note that Django 4.2, the previous version, has reached the end of mainstream support, so users are encouraged to upgrade to the latest version for security fixes. Similarly, Django 4.1 has reached the end of extended support, and users are advised to upgrade to Django 4.2 or later.

https://www.djangoproject.com/weblog/2023/dec/04/django-50-released/

To top