[Patchew-devel] [PATCH 00/11] Upgrade to django 3

fam at euphon.net fam at euphon.net
Fri Sep 25 15:42:32 UTC 2020


From: Fam Zheng <fam at euphon.net>

All the tweaks and fixes are fairly trivial, and with them we seem to work well
with django 3 so far.

Once this hits master we can throw more data and testing at it on
next.patchew.org, including setting up an importer and testers to run some real
tests on real patches, before this landing on patchew.org.

Fam Zheng (11):
  cli: Fix --applier-mode
  models: Add on_delete to foreign fields
  settings: Remove SessionAuthenticationMiddleware
  tests: Fix age tests
  topic: Fix for_stripped_subject
  rest: Allow schema generation code to invoke serializer
  testing: Provide a serializer class to GetTestView
  tests: Assign to N-to-N fields with .set method
  urls: Provide a permission class to schema_view
  url: Use class based views for auth pages
  requirements: Upgrade to recent Django

 api/models.py         | 12 +++++++-----
 api/rest.py           |  4 ++--
 api/urls.py           |  4 +++-
 mods/testing.py       |  3 +++
 patchew-cli           |  2 +-
 patchew/settings.py   |  1 -
 requirements.txt      |  4 ++--
 tests/patchewtest.py  |  2 +-
 tests/test_message.py |  4 ++--
 tests/test_rest.py    |  2 +-
 www/urls.py           | 15 +++++++++++----
 11 files changed, 33 insertions(+), 20 deletions(-)

-- 
2.25.1






More information about the Patchew-devel mailing list