Fixed #22941 - Added support for domain-only links with chars after the TLD to urlize.

It now works with something like google.com/foo/bar
This commit is contained in:
LarryBrid 2014-07-02 11:51:51 -04:00 committed by Tim Graham
parent 42f5c8f397
commit a93ee5112d
4 changed files with 12 additions and 2 deletions

View file

@ -207,7 +207,9 @@ Signals
Templates
^^^^^^^^^
* ...
* :tfilter:`urlize` now supports domain-only links that include characters after
the top-level domain (e.g. ``djangoproject.com/`` and
``djangoproject.com/download/``).
Requests and Responses
^^^^^^^^^^^^^^^^^^^^^^