Closed jxcl closed 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.
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.