diff options
| author | canhuynh1998 <canhuynh1998@gmail.com> | 2024-03-08 22:58:20 -0800 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2024-03-10 14:54:38 +0100 |
| commit | a7baa874d8452859060ecd28c83cecd566f756e3 (patch) | |
| tree | e41cef48b5b2c74be00dcc378a76489c3d218693 /docs/ref | |
| parent | 0a560eab550696dbc163d57258ef6f3cdb9511a3 (diff) | |
Fixed #35280 -- Improved iriencode filter example in docs.
Diffstat (limited to 'docs/ref')
| -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 a10af9310f..8ad73b835f 100644 --- a/docs/ref/templates/builtins.txt +++ b/docs/ref/templates/builtins.txt @@ -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 |
