diff options
| author | Markus Holtermann <info@markusholtermann.eu> | 2014-10-31 12:04:01 +0100 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2014-10-31 08:06:40 -0400 |
| commit | ed2f96819c9ad6e21e4d397b6418915f5caf522f (patch) | |
| tree | 8fbca93a0edcdc0ac26258ad9bd4a87d0ad9c025 /docs | |
| parent | 98da408964b229ee0b35bb8c4500820e3606aeab (diff) | |
Fixed #23715 -- Prevented urlize from treating a trailing ! as part of an URL
Thanks to 57even for the report.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/1.8.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/releases/1.8.txt b/docs/releases/1.8.txt index 26dad8d14b..d02672be9a 100644 --- a/docs/releases/1.8.txt +++ b/docs/releases/1.8.txt @@ -343,6 +343,10 @@ Templates the top-level domain (e.g. ``djangoproject.com/`` and ``djangoproject.com/download/``). +* :tfilter:`urlize` doesn't treat exclamation marks at the end of a domain or + its query string as part of the URL (the URL in e.g. ``'djangoproject.com!`` + is ``djangoproject.com``) + Requests and Responses ^^^^^^^^^^^^^^^^^^^^^^ |
