diff options
| author | Tom <tom@tomforb.es> | 2017-05-22 11:49:39 +0100 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2018-02-06 09:03:43 -0500 |
| commit | 272f685794de0b8dead220ee57b30e65c9aa097c (patch) | |
| tree | a3b3efebeba4df9eb9a6a8d865b0e0fb407e7c85 /docs | |
| parent | 0f0a07ac278dc2be6da81e519188f77e2a2a00cf (diff) | |
Fixed #27999 -- Added test client support for HTTP 307 and 308 redirects.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/2.1.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/releases/2.1.txt b/docs/releases/2.1.txt index ce5fd3551b..54666e3d44 100644 --- a/docs/releases/2.1.txt +++ b/docs/releases/2.1.txt @@ -206,7 +206,7 @@ Templates Tests ~~~~~ -* ... +* Added test :class:`~django.test.Client` support for 307 and 308 redirects. URLs ~~~~ |
