.hgignore
author Christophe de Vienne <christophe@unlish.com>
Tue, 02 Sep 2014 20:49:57 +0200
changeset 11504 8701caf9edf0
parent 11479 a070f211b35c
child 11508 ef8b9021b47b
permissions -rw-r--r--
Correctly pass the multiple parameters to the cubicweb request When naively converted to a dict, the webob MultiDict will not set the multiple parameters (a same name with several values) in a way CW can understand. MultiDict.mixed() however, does exactly what CW needs: list values for keys with multiple values, and single value for the others. Related to #4291181

syntax: glob

*.pyc
*.swp

*.egg-info