Fixed #26428 -- Added support for relative path redirects in assertRedirects().

Thanks Trac alias master for the report and review.
This commit is contained in:
Tim Graham 2016-04-02 10:35:33 -04:00
parent 55c843f2ef
commit d2569f89f2
4 changed files with 19 additions and 2 deletions

View file

@ -9,4 +9,6 @@ Django 1.9.6 fixes several bugs in 1.9.5.
Bugfixes
========
* ...
* Added support for relative path redirects to
``SimpleTestCase.assertRedirects()`` because Django 1.9 no longer converts
redirects to absolute URIs (:ticket:`26428`).