Fixed #9189 -- Added not about urlize only covering .com, .net, and .org domains. Thanks, dArignac.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@16372 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Jannis Leidel 2011-06-11 15:45:14 +00:00
parent d77514e428
commit 4970ef07c2
1 changed files with 2 additions and 0 deletions

View File

@ -2151,6 +2151,8 @@ urlize
Converts URLs in text into clickable links.
Only works for .com, .net, and .org top level domains.
Works on links beginning with ``http://``, ``https://``, or ``www.`` and
ending with ``.org``, ``.net`` or ``.com``. Links can have trailing punctuation
(periods, commas, close-parens) and leading punctuation (opening parens) and