From 4970ef07c2f6e33da26232703e542b926a1fd2e7 Mon Sep 17 00:00:00 2001 From: Jannis Leidel Date: Sat, 11 Jun 2011 15:45:14 +0000 Subject: [PATCH] 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 --- docs/ref/templates/builtins.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/ref/templates/builtins.txt b/docs/ref/templates/builtins.txt index 76db1f7659..3b650f1f69 100644 --- a/docs/ref/templates/builtins.txt +++ b/docs/ref/templates/builtins.txt @@ -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