summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2016-04-29 08:55:36 -0400
committerTim Graham <timograham@gmail.com>2016-04-29 09:15:28 -0400
commit2f698cd9916cb3d64932248c7114049e02b74fb3 (patch)
tree18fae8744d1aba7a0d6ee5f2e93bdf80d7ae2a29 /docs
parentffb1c532ec3f01ce625d6e54fd1d63552693c895 (diff)
Refs #26428 -- Added support for relative path redirects to the test client.
Thanks iktyrrell for the patch.
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/1.9.6.txt2
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`).