fusionbox / django-widgy

A CMS framework for Django built on a heterogenous tree editor.
http://wid.gy
Other
332 stars 52 forks source link

Allow build_url to take args and kwargs #363

Closed jxcl closed 8 years ago

jxcl commented 8 years ago

When passing a QueryDict as a kwarg to build_url, it gets converted into a regular dict, which is then urlencoded incorrectly. Querydict has its own urlencode function that needs to be called.