This is a sizable, albeit mostly trivial series focused on (a) adding support
for Django 1.11 to Patchwork. Previously this also contained a series of
patches aimed at resolving all 'DeprecationWarning's for the versions of Django
that we support, but these have since been merged separately.

Changes since v1:
- Drop most "fix deprecation warning" patches, since these are already merged

Stephen Finucane (9):
  models: Remove 'permalink' decorator
  urls: Use new login/password change CBVs
  trivial: noqa imports dotted through urls
  tox: Remove '--liveserver' parameter
  migrations: Mark 'RunPython' blocks as non-atomic
  REST: Allow for mutability of request.POST
  tox: Add Django 1.11
  README: Add support for Django 1.11
  requirements: Enable Django 1.11

 README.rst                                         |   2 +-
 patchwork/api/check.py                             |   9 ++
 .../0007_move_comment_content_to_patch_content.py  |   6 +-
 patchwork/migrations/0016_series_project.py        |   2 +-
 patchwork/models.py                                |  17 ++-
 patchwork/urls.py                                  | 116 ++++++++++++++-------
 requirements-dev.txt                               |   2 +-
 requirements-prod.txt                              |   2 +-
 tox.ini                                            |  10 +-
 9 files changed, 112 insertions(+), 54 deletions(-)

-- 
2.13.6

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

Reply via email to