[PATCH] [patchwork] Remove duplicated "name" field

Abhishek Kulkarni adkulkar at umail.iu.edu
Sat Aug 15 04:03:56 EST 2009


Remove duplicated "name" field from the list of allowed
fields for a patch list filter in the XML RPC interface.

Signed-off-by: Abhishek Kulkarni <adkulkar at umail.iu.edu>
---
 apps/patchwork/views/xmlrpc.py |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/apps/patchwork/views/xmlrpc.py b/apps/patchwork/views/xmlrpc.py
index 89c6bd6..f322e53 100644
--- a/apps/patchwork/views/xmlrpc.py
+++ b/apps/patchwork/views/xmlrpc.py
@@ -296,7 +296,6 @@ def patch_list(filter={}):
             "commit_ref",
             "hash",
             "msgid",
-            "name",
             "max_count",
             ]
 
-- 
1.6.0.4



More information about the Patchwork mailing list