diff options
| author | Johan Lübcke <johan@lubcke.se> | 2019-05-24 17:15:34 +0200 |
|---|---|---|
| committer | Carlton Gibson <carlton.gibson@noumenal.es> | 2019-05-24 17:15:34 +0200 |
| commit | 0670b1b403087ec2d311321597b387ad541ea2e0 (patch) | |
| tree | 6bf7f6ec259900e7fe349ccbb09739568a4b4d3d /docs | |
| parent | 1d25354fb5f87d35968cd78b53d9560fd75f5b1a (diff) | |
Fixed #30485 -- Adjusted django.utils.http.urlencode for doseq=False case.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/3.0.txt | 4 |
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 |
