[PATCH 0/3] Remove support for Django 1.6

Stephen Finucane stephen.finucane at intel.com
Tue Nov 3 07:30:58 AEDT 2015


Django 1.6 is no longer supported, neither with feature bugfixes nor
security fixes. Additionally, Django 1.6 does not support the use of
Django Migrations, necessitating the continued use of manual SQL
migration files. Drop support for Django 1.6 thus encouraging users to
move to Django 1.7 or, ideally, Long Term Support (LTS) release 1.8.

Stephen Finucane (3):
  docs: Emphasise the deprecation of Django 1.6
  docs: Note removed support for Django 1.6
  tox: Remove the Django 1.6

 CHANGELOG.md | 4 +++-
 UPGRADING.md | 4 ++++
 tox.ini      | 3 +--
 3 files changed, 8 insertions(+), 3 deletions(-)

-- 
2.0.0



More information about the Patchwork mailing list