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

Fixed #29553 -- Made test client set Content-Length header to a string rather than integer.

This commit is contained in:
Tim Graham
2018-07-09 11:44:49 -04:00
committed by GitHub
parent 857f860d56
commit 5bea8d256d
3 changed files with 5 additions and 2 deletions

View File

@@ -228,6 +228,9 @@ Miscellaneous
have existing invalid data and run a migration that recreates a table, you'll
see ``CHECK constraint failed``.
* For consistency with WSGI servers, the test client now sets the
``Content-Length`` header to a string rather than an integer.
.. _deprecated-features-2.2:
Features deprecated in 2.2