diff options
| author | Adrian Holovaty <adrian@holovaty.com> | 2012-02-03 20:14:14 +0000 |
|---|---|---|
| committer | Adrian Holovaty <adrian@holovaty.com> | 2012-02-03 20:14:14 +0000 |
| commit | 20106af74df303f23460de7986f83aebab584a6f (patch) | |
| tree | 47152686a51b044914b7eb42955b9b5ef6d6561f | |
| parent | e2e3d4da0c5056d5899d9604e0d455098be27513 (diff) | |
Edited releases/1.4.txt changes from [17354]
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17426 bcc190cf-cafb-0310-a4f2-bffc1f526a37
| -rw-r--r-- | docs/releases/1.4.txt | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/releases/1.4.txt b/docs/releases/1.4.txt index fa583ffdb4..664b9ea28d 100644 --- a/docs/releases/1.4.txt +++ b/docs/releases/1.4.txt @@ -955,11 +955,11 @@ compatibility, use ``SESSION_COOKIE_HTTPONLY = False`` in your settings file. The :tfilter:`urlize` filter no longer escapes every URL ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -When an URL contains a ``%xx`` sequence, where ``xx`` are two hexadecimal -digits, :tfilter:`urlize` assumes that the URL is already escaped, and doesn't -apply URL escaping again. This is wrong for URLs whose unquoted form contains -a ``%xx`` sequence, but such URLs are very unlikely to happen in the wild, -since they would confuse browsers too. +When a URL contains a ``%xx`` sequence, where ``xx`` are two hexadecimal +digits, :tfilter:`urlize` now assumes that the URL is already escaped and +doesn't apply URL escaping again. This is wrong for URLs whose unquoted form +contains a ``%xx`` sequence, but such URLs are very unlikely to happen in the +wild, because they would confuse browsers too. ``assertTemplateUsed`` and ``assertTemplateNotUsed`` as context manager ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
