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:
parent
0a560eab55
commit
a7baa874d8
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user