Fixed #27999 -- Added test client support for HTTP 307 and 308 redirects.

This commit is contained in:
Tom 2017-05-22 11:49:39 +01:00 committed by Tim Graham
parent 0f0a07ac27
commit 272f685794
5 changed files with 89 additions and 12 deletions

View file

@ -206,7 +206,7 @@ Templates
Tests
~~~~~
* ...
* Added test :class:`~django.test.Client` support for 307 and 308 redirects.
URLs
~~~~