mirror of
https://github.com/django/django.git
synced 2025-09-26 12:09:19 +00:00
Refs #26428 -- Added support for relative path redirects to the test client.
Thanks iktyrrell for the patch.
This commit is contained in:
parent
ffb1c532ec
commit
2f698cd991
3 changed files with 20 additions and 3 deletions
|
@ -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`).
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue