summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/ref/templates/builtins.txt5
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