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

Stephen Finucane stephen at that.guru
Mon Dec 4 08:34:37 AEDT 2017


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



More information about the Patchwork mailing list