1
0
mirror of https://github.com/django/django.git synced 2025-02-04 22:47:53 +00:00

[5.0.x] Fixed #35280 -- Improved iriencode filter example in docs.

Backport of a7baa874d8452859060ecd28c83cecd566f756e3 from main
This commit is contained in:
canhuynh1998 2024-03-08 22:58:20 -08:00 committed by Mariusz Felisiak
parent 3960bec41b
commit ef23305a19

View File

@ -2079,7 +2079,8 @@ For example:
{{ value|iriencode }}
If ``value`` is ``"?test=1&me=2"``, the output will be ``"?test=1&me=2"``.
If ``value`` is ``"?test=I ♥ Django"``, the output will be
``"?test=I%20%E2%99%A5%20Django"``.
.. templatefilter:: join