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

Fixed #32159 -- Ensured AsyncRequestFactory correctly sets headers.

This commit is contained in:
Carlton Gibson
2020-11-04 11:07:15 +01:00
committed by GitHub
parent c2d4926702
commit ebb08d1942
4 changed files with 36 additions and 3 deletions

View File

@@ -11,3 +11,6 @@ Bugfixes
* Fixed setting the ``Content-Length`` HTTP header in ``AsyncRequestFactory``
(:ticket:`32162`).
* Fixed passing extra HTTP headers to ``AsyncRequestFactory`` request methods
(:ticket:`32159`).