summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAhmad A. Hussein <ahmadahussein0@gmail.com>2020-05-27 08:10:08 +0200
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2020-05-27 10:36:52 +0200
commit7c947f0f5a0539add9adf8c4e14726ea509e13ef (patch)
tree90974bb4b3de86fa3d46769a87e55b7bc068ed98 /docs
parent6425fd3124e50219ba0b6f545d1bf7edfb053a59 (diff)
Fixed #31494 -- Preserved query strings when following HTTP 307/308 redirects in test client.
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/3.2.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/3.2.txt b/docs/releases/3.2.txt
index 2d49299440..84f757cd2b 100644
--- a/docs/releases/3.2.txt
+++ b/docs/releases/3.2.txt
@@ -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
~~~~