Upgrade Django

Django 1.10.x

Support ended 2017-12-02

This series of Django releases was supported from 2016-08-01 to 2017-12-02.

Release Highlights

  • Django now supports full text search with PostgreSQL
  • Support Unicode in usernames

Upgrade Gotchas

  • django.conf.urls.patterns(), deprecated in 1.8, is removed. Instead, make sure your urlpatterns is a list of django.conf.urls.url() instances
  • The ability to reverse() URLs using a dotted Python path is removed. Instead, use named url patterns for reversing.
  • If you’re upgrading from something older than this, you should upgrade to at least the next LTS release. It will have more security and bug fixes because of the extended support period.
  • Security patches

  • Bug fixes

  • Release

  • Alpha

  • Beta

Released Versions

Version Release Date Release Type Blog Post Release Notes GitHub
1.10.8 2017-09-05
SECURITY
Blog Post Release Notes GitHub
1.10.7 2017-04-04
SECURITY
Blog Post Release Notes GitHub
1.10.6 2017-03-01
BUGFIX
Blog Post Release Notes GitHub
1.10.5 2017-01-04
BUGFIX
Blog Post Release Notes GitHub
1.10.4 2016-12-01
BUGFIX
Blog Post Release Notes GitHub
1.10.3 2016-11-01
SECURITY
Blog Post Release Notes GitHub
1.10.2 2016-10-01
BUGFIX
Blog Post Release Notes GitHub
1.10.1 2016-09-01
BUGFIX
Blog Post Release Notes GitHub
1.10 2016-08-01
RELEASE
Blog Post Release Notes GitHub
1.10rc1 2016-07-18
RC
GitHub
1.10b1 2016-06-21
BETA
GitHub
1.10a1 2016-05-20
ALPHA
GitHub

Need help upgrading Django? REVSYS can make it easy for your team.