[PATCH 0/5] Add Django 1.10 support
Stephen Finucane
stephen at that.guru
Mon Oct 10 06:25:38 AEDT 2016
Now that the parser tools have been moved to management commands, we
can take the required steps to support Django 1.10. This means we now
support Django 1.6 - 1.10.
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