mirror of
https://github.com/django/django.git
synced 2025-03-13 10:50:55 +00:00
[1.6.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
This commit is contained in:
parent
779ef57c37
commit
7af32bca38
@ -586,7 +586,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
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
Loading…
x
Reference in New Issue
Block a user