Fixed #30589 -- Clarified that urlize should be applied only to email addresses without single quotes.
This commit is contained in:
parent
868cd56f05
commit
c2f381ef17
|
@ -2432,8 +2432,9 @@ Django's built-in :tfilter:`escape` filter. The default value for
|
||||||
|
|
||||||
.. note::
|
.. note::
|
||||||
|
|
||||||
If ``urlize`` is applied to text that already contains HTML markup,
|
If ``urlize`` is applied to text that already contains HTML markup, or to
|
||||||
things won't work as expected. Apply this filter only to plain text.
|
email addresses that contain single quotes (``'``), things won't work as
|
||||||
|
expected. Apply this filter only to plain text.
|
||||||
|
|
||||||
.. templatefilter:: urlizetrunc
|
.. templatefilter:: urlizetrunc
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue