From dcebeea2703322bc53c511bf3cff9e3c2e04d802 Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Wed, 3 Aug 2016 12:46:57 -0400 Subject: [1.10.x] Fixed #27005 -- Fixed crash if request.META[''CONTENT_LENGTH']=''. Backport of 5c63b3e5a797102d915e1683971517f747a28013 from master --- docs/releases/1.10.1.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs') diff --git a/docs/releases/1.10.1.txt b/docs/releases/1.10.1.txt index 58619492a7..d5bfcac2bd 100644 --- a/docs/releases/1.10.1.txt +++ b/docs/releases/1.10.1.txt @@ -23,3 +23,6 @@ Bugfixes * Fixed a regression in the number of queries when using ``RadioSelect`` with a ``ModelChoiceField`` form field (:ticket:`27001`). + +* Fixed a crash if ``request.META['CONTENT_LENGTH']`` is an empty string + (:ticket:`27005`). -- cgit v1.3