pyramid_cubicweb/core.py
changeset 11504 8701caf9edf0
parent 11502 e4682c567e86
child 11508 ef8b9021b47b
--- a/pyramid_cubicweb/core.py	Thu Aug 28 15:42:51 2014 +0200
+++ b/pyramid_cubicweb/core.py	Tue Sep 02 20:49:57 2014 +0200
@@ -59,7 +59,7 @@
         vreg = request.registry['cubicweb.registry']
         https = request.scheme == 'https'
 
-        post = request.params
+        post = request.params.mixed()
         headers_in = request.headers
 
         super(CubicWebPyramidRequest, self).__init__(vreg, https, post,