diff options
| author | Tim Graham <timograham@gmail.com> | 2014-03-24 09:06:57 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2014-03-24 09:09:19 -0400 |
| commit | 68a80166cd2a7e36d077a550468d382f443a079e (patch) | |
| tree | 99365163f888a282c42029ef03738e21540bb524 /docs | |
| parent | 70b34f095c85a70f05439de1c96b7c761b1c9e32 (diff) | |
[1.7.x] Fixed #21665 -- Documented that changes in assertRedirects may be required given new URL escaping behavior.
Thank pdc for the report.
Backport of 62e81bc00b from master
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/1.6.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/releases/1.6.txt b/docs/releases/1.6.txt index d3c9dca22e..16174b638b 100644 --- a/docs/releases/1.6.txt +++ b/docs/releases/1.6.txt @@ -584,7 +584,8 @@ to arguments before interpolating them in URL patterns. This bug is fixed in Django 1.6. If you worked around this bug by applying URL quoting before passing arguments to :func:`~django.core.urlresolvers.reverse`, this may result in double-quoting. If this happens, simply remove the URL quoting from -your code. +your code. You will also have to replace special characters in URLs used in +:func:`~django.test.SimpleTestCase.assertRedirects` with their encoded versions. Storage of IP addresses in the comments app ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
