Django 1.8.x
Support ended 2018-04-01
This series of Django releases was supported from 2015-04-01 to 2018-04-01.
Release Highlights
- Django 1.8 was a long-term support release. Extended support ended on 2018-04-01.
- Pluggable support for different template engines. You can now for example use Jinja2 instead of just Django Templates.
- New
contrib.postgrespackage for deeper and tighter integration with PostgreSQL - New
SecurityMiddleware - Added
UUIDFieldin the ORM
Upgrade Gotchas
- Creating a ModelForm without either the ‘fields’ attribute or the ’exclude’ attribute is prohibited
- Python 2.7
- Python 3.2
- Python 3.3
- Python 3.4
- Python 3.5