[PATCH 0/3] Remove support for Django 1.6, 1.7

2017-12-03 Thread Stephen Finucane
These versions are ancient. It's time to do away with them. More comments
inline.

Stephen Finucane (3):
  doc: Remove references to 'UPGRADING' and 'CHANGELOG'
  Remove support for Django 1.6, 1.7
  Add support for Python 3.6

 README.rst |   4 +-
 docs/deployment/upgrading.rst  | 100 +++--
 docs/development/installation.rst  |   2 +-
 docs/releases/index.rst|   4 +-
 patchwork/api/cover.py |  12 +--
 patchwork/api/patch.py |   3 -
 patchwork/models.py|  13 +--
 patchwork/templates/patchwork/patch-list.html  |   2 -
 patchwork/templates/patchwork/projects.html|   1 -
 patchwork/templatetags/compat.py   |  45 --
 patchwork/tests/browser.py |   5 +-
 .../notes/python-3-6-support-0cf90c2329075372.yaml |   5 ++
 ...jango-1-6-and-1-7-support-7f77e45668c39aae.yaml |   5 ++
 tox.ini|   8 +-
 14 files changed, 32 insertions(+), 177 deletions(-)
 delete mode 100644 patchwork/templatetags/compat.py
 create mode 100644 releasenotes/notes/python-3-6-support-0cf90c2329075372.yaml
 create mode 100644 
releasenotes/notes/remove-django-1-6-and-1-7-support-7f77e45668c39aae.yaml

-- 
2.14.3

___
Patchwork mailing list
Patchwork@lists.ozlabs.org
https://lists.ozlabs.org/listinfo/patchwork


[PATCH 0/3] Remove support for Django 1.6

2015-11-02 Thread Stephen Finucane
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

___
Patchwork mailing list
Patchwork@lists.ozlabs.org
https://lists.ozlabs.org/listinfo/patchwork