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:
committed by
Mariusz Felisiak
parent
6425fd3124
commit
7c947f0f5a
@@ -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
|
||||
~~~~
|
||||
|
||||
|
||||
Reference in New Issue
Block a user