[2.0.x] Refs #23919 -- Corrected django.utils.http.urlencode()'s documented signature.
Follow up tofee42fd99e
. Backport ofe3a30f2d16
from master
This commit is contained in:
parent
71da2b4f11
commit
3eb447d85b
|
@ -690,7 +690,7 @@ escaping HTML.
|
||||||
.. module:: django.utils.http
|
.. module:: django.utils.http
|
||||||
:synopsis: HTTP helper functions. (URL encoding, cookie handling, ...)
|
:synopsis: HTTP helper functions. (URL encoding, cookie handling, ...)
|
||||||
|
|
||||||
.. function:: urlencode(query, doseq=0)
|
.. function:: urlencode(query, doseq=False)
|
||||||
|
|
||||||
A version of Python's :func:`urllib.parse.urlencode` function that can
|
A version of Python's :func:`urllib.parse.urlencode` function that can
|
||||||
operate on ``MultiValueDict`` and non-string values.
|
operate on ``MultiValueDict`` and non-string values.
|
||||||
|
|
Loading…
Reference in New Issue