X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=rest%2F__init__.py;h=854c9e8ce58e1632671df37b74a5b3ed88ab9b2a;hb=2f18748b06b7c17204b0bb529f23266a110bf041;hp=fe5e2925e22be055e11bc721ef54ae5864c6730a;hpb=e89d864d6e8deca7e4d35dbfec4299828874ff75;p=myslice.git diff --git a/rest/__init__.py b/rest/__init__.py index fe5e2925..854c9e8c 100644 --- a/rest/__init__.py +++ b/rest/__init__.py @@ -99,9 +99,7 @@ def dispatch(request, object_type, object_name): req_items = request.POST elif request.method == 'GET': req_items = request.GET - - print req_items - + for el in req_items.items(): if el[0].startswith('filters'): o.filters[el[0][8:-1]] = el[1]