]> git.ipfire.org Git - thirdparty/patchwork.git/commit
REST: Add Patch.mbox_url
authorAndy Doan <andy.doan@linaro.org>
Thu, 16 Jun 2016 21:13:23 +0000 (16:13 -0500)
committerStephen Finucane <stephen.finucane@intel.com>
Mon, 27 Jun 2016 17:20:36 +0000 (18:20 +0100)
commit3cf8ef463242ae8e432d35ec5313b51b4d63f3c5
treeff59b3266a277763244ee5740a77cebe62a85685
parent9e3f27517aedd9214de7f485694a63470efbc2e5
REST: Add Patch.mbox_url

Provide a URL to the raw patch.

Signed-off-by: Andy Doan <andy.doan@linaro.org>
Reviewed-by: Stephen Finucane <stephen.finucane@intel.com>
patchwork/models.py
patchwork/rest_serializers.py
patchwork/tests/test_rest_api.py