Django 5.0 released
The Django team is happy to announce the release of Django 5.0.
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.
Also: Django 5.0 released
Update
Some coverage also in:
-
Django 5.0 Now Available
The Django team has announced the 5.0 release of the free and open source Django web framework.
Django is a “high-level Python web framework that encourages rapid development and clean, pragmatic design,” says the website. “It takes care of much of the hassle of web development, so you can focus on writing your app without needing to reinvent the wheel.”