Explorar o código

Fixed #30589 -- Clarified that urlize should be applied only to email addresses without single quotes.

aitoehigie %!s(int64=5) %!d(string=hai) anos
pai
achega
c2f381ef17
Modificáronse 1 ficheiros con 3 adicións e 2 borrados
  1. 3 2
      docs/ref/templates/builtins.txt

+ 3 - 2
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