summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJohan Lübcke <johan@lubcke.se>2019-05-24 17:15:34 +0200
committerCarlton Gibson <carlton.gibson@noumenal.es>2019-05-24 17:15:34 +0200
commit0670b1b403087ec2d311321597b387ad541ea2e0 (patch)
tree6bf7f6ec259900e7fe349ccbb09739568a4b4d3d /docs
parent1d25354fb5f87d35968cd78b53d9560fd75f5b1a (diff)
Fixed #30485 -- Adjusted django.utils.http.urlencode for doseq=False case.
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/3.0.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/releases/3.0.txt b/docs/releases/3.0.txt
index 5e661d8943..b0a318ff44 100644
--- a/docs/releases/3.0.txt
+++ b/docs/releases/3.0.txt
@@ -392,6 +392,10 @@ Miscellaneous
now have the ``placeholder`` attribute, which mainly may require some
adjustments in tests that compare HTML.
+* :func:`~django.utils.http.urlencode` now encodes iterable values as they are
+ when ``doseq=False``, rather than iterating them, bringing it into line with
+ the standard library :func:`urllib.parse.urlencode` function.
+
.. _deprecated-features-3.0:
Features deprecated in 3.0