diff options
| author | François Freitag <mail@franek.fr> | 2017-10-09 08:46:07 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2017-10-09 08:55:06 -0400 |
| commit | 3eb447d85bfe5b6fdb54ab99f869e8d999cb44d4 (patch) | |
| tree | ff14f1192e1630ca885196ee8f12830f7c1d32d4 /docs | |
| parent | 71da2b4f11938532df63817f8ea01e30c0875a05 (diff) | |
[2.0.x] Refs #23919 -- Corrected django.utils.http.urlencode()'s documented signature.
Follow up to fee42fd99ee470528858c2ccb3621135c30ec262.
Backport of e3a30f2d16d65e7f0b870e997e92425a2f795587 from master
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/ref/utils.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/utils.txt b/docs/ref/utils.txt index 55a733f376..2e67a1ea68 100644 --- a/docs/ref/utils.txt +++ b/docs/ref/utils.txt @@ -690,7 +690,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. |
