From 66952e33c5c92be4ec2ce8c138ea104e0a973880 Mon Sep 17 00:00:00 2001 From: Eric Huang Date: Mon, 7 Sep 2015 17:43:14 +0800 Subject: [PATCH] Correct document --- pdc/apps/compose/views.py | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/pdc/apps/compose/views.py b/pdc/apps/compose/views.py index d21f1dcc..d393487d 100644 --- a/pdc/apps/compose/views.py +++ b/pdc/apps/compose/views.py @@ -1064,9 +1064,10 @@ def list(self, request): [ { "bugzilla_component": [ - GConf1, GConf2 + string, + ... ], - "bugzilla_product": Fedora + "bugzilla_product": string }, ... ] @@ -1077,9 +1078,9 @@ def list(self, request): [ { "bugzilla_component": [ - GConf1, GConf2 + "GConf1", "GConf2" ], - "bugzilla_product": Fedora + "bugzilla_product": "Fedora" } ] """