mirror of
https://github.com/django/django.git
synced 2025-07-24 05:36:15 +00:00
Refs #23919 -- Corrected django.utils.http.urlencode()'s documented signature.
Follow up to fee42fd99e
.
This commit is contained in:
parent
11ade8eefd
commit
e3a30f2d16
1 changed files with 1 additions and 1 deletions
|
@ -675,7 +675,7 @@ escaping HTML.
|
|||
.. module:: django.utils.http
|
||||
: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
|
||||
operate on ``MultiValueDict`` and non-string values.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue