[PATCH v2 0/4] Remove support for Django 1.6
Stephen Finucane
stephen.finucane at intel.com
Fri Nov 6 03:00:57 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.
v2: Remove Django < 1.7 blocks
Stephen Finucane (4):
docs: Emphasise the deprecation of Django 1.6
docs: Note removed support for Django 1.6
tox: Remove the '-django16' targets
Remove Django < 1.7 blocks
CHANGELOG.md | 4 ++++
UPGRADING.md | 4 ++++
patchwork/settings/base.py | 7 ++-----
patchwork/settings/dev.py | 9 +++------
patchwork/settings/production.example.py | 1 -
patchwork/tests/browser.py | 5 +----
tox.ini | 3 +--
7 files changed, 15 insertions(+), 18 deletions(-)
--
2.0.0
More information about the Patchwork
mailing list