Refs #26428 -- Added support for relative path redirects to the test client.

Thanks iktyrrell for the patch.
This commit is contained in:
Tim Graham 2016-04-29 08:55:36 -04:00
parent ffb1c532ec
commit 2f698cd991
3 changed files with 20 additions and 3 deletions

View file

@ -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`).