mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Refs #26428 -- Added support for relative path redirects to the test client.
Thanks iktyrrell for the patch.
This commit is contained in:
@@ -9,7 +9,7 @@ Django 1.9.6 fixes several bugs in 1.9.5.
|
||||
Bugfixes
|
||||
========
|
||||
|
||||
* Added support for relative path redirects to
|
||||
* Added support for relative path redirects to the test client and to
|
||||
``SimpleTestCase.assertRedirects()`` because Django 1.9 no longer converts
|
||||
redirects to absolute URIs (:ticket:`26428`).
|
||||
|
||||
|
||||
Reference in New Issue
Block a user