]> git.ozlabs.org Git - patchwork/commitdiff
xmlrpc: Remove duplicated "name" field
authorAbhishek Kulkarni <adkulkar@umail.iu.edu>
Fri, 14 Aug 2009 18:03:56 +0000 (12:03 -0600)
committerJeremy Kerr <jk@ozlabs.org>
Sat, 15 Aug 2009 03:20:00 +0000 (13:20 +1000)
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@umail.iu.edu>
Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
apps/patchwork/views/xmlrpc.py

index 89c6bd6bb446dec5357a198944410c182fbf65e1..f322e5383182fb7fa32cf04978b8610a74187036 100644 (file)
@@ -296,7 +296,6 @@ def patch_list(filter={}):
             "commit_ref",
             "hash",
             "msgid",
-            "name",
             "max_count",
             ]