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

fam@euphon.net posted 11 patches 3 years, 7 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/patchew-ci tags/patchew/20200925154243.685513-1-fam@euphon.net
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(-)
[Patchew-devel] [PATCH 00/11] Upgrade to django 3
Posted by fam@euphon.net 3 years, 7 months ago
From: Fam Zheng <fam@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



_______________________________________________
Patchew-devel mailing list
Patchew-devel@redhat.com
https://www.redhat.com/mailman/listinfo/patchew-devel

Re: [Patchew-devel] [PATCH 00/11] Upgrade to django 3
Posted by Paolo Bonzini 3 years, 7 months ago
On 25/09/20 17:42, fam@euphon.net wrote:
> From: Fam Zheng <fam@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.

Looks good!  But remember that the master branch now goes straight to
patchew.org, so you want to push this to next.patchew.org (perhaps the
first 5 patches can go directly to patchew.org too).

_______________________________________________
Patchew-devel mailing list
Patchew-devel@redhat.com
https://www.redhat.com/mailman/listinfo/patchew-devel