Django 5.2 Released
2 days ago
- #Web Development
- #Django
- #Python
- Django 5.2 has been released with new features.
- All models are automatically imported in the shell by default.
- Django now supports composite primary keys with django.db.models.CompositePrimaryKey.
- Overriding a BoundField is now easier and can be set on form, field, or project level.
- Django 5.1 has reached the end of mainstream support, with the final bug fix release 5.1.8 issued.
- Django 5.0 has reached the end of extended support, with the final security release 5.0.14 issued.
- Users are encouraged to upgrade to Django 5.1 or later for continued security fixes.