Skip to content

Commit

Permalink
Fixed #35280 -- Improved iriencode filter example in docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
canhuynh1998 authored and felixxm committed Mar 10, 2024
1 parent 0a560ea commit a7baa87
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/ref/templates/builtins.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit a7baa87

Please sign in to comment.