summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2018-07-09 11:44:49 -0400
committerGitHub <noreply@github.com>2018-07-09 11:44:49 -0400
commit5bea8d256dcf98f6346786f8a4804b84fee5da27 (patch)
treeca7d640481b730f6c1b401d8d8ab56bcb2f9b7a0 /docs
parent857f860d5628d9d9a60eb0ab858647211fb8bb01 (diff)
Fixed #29553 -- Made test client set Content-Length header to a string rather than integer.
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/2.2.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/2.2.txt b/docs/releases/2.2.txt
index 86d9ee46c0..dffb5bd12b 100644
--- a/docs/releases/2.2.txt
+++ b/docs/releases/2.2.txt
@@ -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