summaryrefslogtreecommitdiff
path: root/requirements-test.txt
diff options
context:
space:
mode:
authorAndy Doan <andy.doan@linaro.org>2016-06-16 16:13:22 -0500
committerStephen Finucane <stephen.finucane@intel.com>2016-06-27 18:20:36 +0100
commit9e3f27517aedd9214de7f485694a63470efbc2e5 (patch)
treefcdf26dc942866c12dca544b05bc5cb9b4a72275 /requirements-test.txt
parentca2781a8b464e6014415d7375762379066bde1cb (diff)
downloadpatchwork-9e3f27517aedd9214de7f485694a63470efbc2e5.tar
patchwork-9e3f27517aedd9214de7f485694a63470efbc2e5.tar.gz
REST: Add Patch Checks to the API
This exports patch checks via the REST API. The drf-nested-routers package is used to handle the fact Checks are nested under a Patch. Security Constraints: * Anyone (logged in or not) can read all objects. * No one can update/delete objects. * Project maintainers and patch owners may create objects. Signed-off-by: Andy Doan <andy.doan@linaro.org> Reviewed-by: Stephen Finucane <stephen.finucane@intel.com>
Diffstat (limited to 'requirements-test.txt')
-rw-r--r--requirements-test.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/requirements-test.txt b/requirements-test.txt
index b5f976c..cfc242f 100644
--- a/requirements-test.txt
+++ b/requirements-test.txt
@@ -3,3 +3,4 @@ django-debug-toolbar==1.4
python-dateutil>2.0,<3.0
selenium>2.0,<3.0
djangorestframework>=3.3,<3.4
+drf-nested-routers>=0.11.1,<0.12