diff options
| author | aitoehigie <aitoehigie@gmail.com> | 2019-06-29 02:41:36 +0100 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2019-07-01 11:39:31 +0200 |
| commit | c2f381ef17058e5cfea58ae507983d2e459a2888 (patch) | |
| tree | 28d29414bdd7d38021d24ba980f3269d5097038a /docs/ref | |
| parent | 868cd56f058ca203419ad0886353173b74c3bcf1 (diff) | |
Fixed #30589 -- Clarified that urlize should be applied only to email addresses without single quotes.
Diffstat (limited to 'docs/ref')
| -rw-r--r-- | docs/ref/templates/builtins.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/ref/templates/builtins.txt b/docs/ref/templates/builtins.txt index b004f9b34f..5577131167 100644 --- a/docs/ref/templates/builtins.txt +++ b/docs/ref/templates/builtins.txt @@ -2432,8 +2432,9 @@ Django's built-in :tfilter:`escape` filter. The default value for .. note:: - If ``urlize`` is applied to text that already contains HTML markup, - things won't work as expected. Apply this filter only to plain text. + If ``urlize`` is applied to text that already contains HTML markup, or to + email addresses that contain single quotes (``'``), things won't work as + expected. Apply this filter only to plain text. .. templatefilter:: urlizetrunc |
