From c2f381ef17058e5cfea58ae507983d2e459a2888 Mon Sep 17 00:00:00 2001 From: aitoehigie Date: Sat, 29 Jun 2019 02:41:36 +0100 Subject: [PATCH] Fixed #30589 -- Clarified that urlize should be applied only to email addresses without single quotes. --- docs/ref/templates/builtins.txt | 5 +++-- 1 file 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