diff options
| author | Tim Graham <timograham@gmail.com> | 2016-04-29 08:55:36 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2016-04-29 09:16:31 -0400 |
| commit | d2338bae786f2fabfd01c30522fda9d79e02eb45 (patch) | |
| tree | d3e8ef4c5966c07cc8c3ea83c01d32e413b68871 /docs/releases | |
| parent | 2d78b46d299da7d604a9fbf8c853d272ccd45fc2 (diff) | |
[1.9.x] Refs #26428 -- Added support for relative path redirects to the test client.
Thanks iktyrrell for the patch.
Backport of 2f698cd9916cb3d64932248c7114049e02b74fb3 from master
Diffstat (limited to 'docs/releases')
| -rw-r--r-- | docs/releases/1.9.6.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/releases/1.9.6.txt b/docs/releases/1.9.6.txt index 1387aa9c4e..7e3f6aed6a 100644 --- a/docs/releases/1.9.6.txt +++ b/docs/releases/1.9.6.txt @@ -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`). |
