[PATCH 0/5] Add Django 1.10 support

Stephen Finucane stephen at that.guru
Mon Oct 10 09:26:37 AEDT 2016


I thought I'd already sent this, but clearly not.

Stephen Finucane (5):
  requirements: Bump django-rest-framework to 1.4.x
  templates: Resolve cycle issues with Django 1.10
  views: Resolve select_related issues
  requirements: Add support for Django 1.10
  travis: Enable *-django110 targets

 .travis.yml                                   |  3 ++
 patchwork/settings/dev.py                     |  2 +-
 patchwork/templates/patchwork/patch-list.html |  2 +-
 patchwork/templatetags/compat.py              | 44 +++++++++++++++++++++++++++
 patchwork/views/rest_api.py                   |  2 +-
 requirements-dev.txt                          |  2 +-
 requirements-prod.txt                         |  2 +-
 requirements-test.txt                         |  2 +-
 tox.ini                                       |  3 +-
 9 files changed, 55 insertions(+), 7 deletions(-)
 create mode 100644 patchwork/templatetags/compat.py

-- 
2.7.4



More information about the Patchwork mailing list