diff options
| author | canhuynh1998 <canhuynh1998@gmail.com> | 2024-03-08 22:58:20 -0800 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2024-03-10 18:50:11 +0100 |
| commit | ef23305a19c39b26bc25e2df68355743652e77ab (patch) | |
| tree | 146bbc57a3b9d829b98533cb24f8a2aa90d085b1 | |
| parent | 3960bec41baadd425ee8e1173050c7d2c9e031f5 (diff) | |
[5.0.x] Fixed #35280 -- Improved iriencode filter example in docs.
Backport of a7baa874d8452859060ecd28c83cecd566f756e3 from main
| -rw-r--r-- | docs/ref/templates/builtins.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/ref/templates/builtins.txt b/docs/ref/templates/builtins.txt index 8a2b714135..9ae51b31cc 100644 --- a/docs/ref/templates/builtins.txt +++ b/docs/ref/templates/builtins.txt @@ -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 |
