1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +00:00

Fixed #31494 -- Preserved query strings when following HTTP 307/308 redirects in test client.

This commit is contained in:
Ahmad A. Hussein
2020-05-27 08:10:08 +02:00
committed by Mariusz Felisiak
parent 6425fd3124
commit 7c947f0f5a
3 changed files with 23 additions and 2 deletions

View File

@@ -214,6 +214,9 @@ Tests
creating deep copies with :py:func:`copy.deepcopy`. Assigning objects which
don't support ``deepcopy()`` is deprecated and will be removed in Django 4.1.
* :class:`~django.test.Client` now preserves the request query string when
following 307 and 308 redirects.
URLs
~~~~