mirror of
https://github.com/django/django.git
synced 2025-09-26 12:09:19 +00:00
Fixed #26428 -- Added support for relative path redirects in assertRedirects().
Thanks Trac alias master for the report and review.
This commit is contained in:
parent
55c843f2ef
commit
d2569f89f2
4 changed files with 19 additions and 2 deletions
|
@ -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`).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue