diff options
Diffstat (limited to 'docs/releases/3.2.txt')
| -rw-r--r-- | docs/releases/3.2.txt | 3 |
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 ~~~~ |
