1
0
mirror of https://github.com/django/django.git synced 2024-12-22 17:16:24 +00:00

Fixed #35280 -- Improved iriencode filter example in docs.

This commit is contained in:
canhuynh1998 2024-03-08 22:58:20 -08:00 committed by Mariusz Felisiak
parent 0a560eab55
commit a7baa874d8

View File

@ -2141,7 +2141,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