diff options
| author | Tim Graham <timograham@gmail.com> | 2016-08-03 12:46:57 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2016-08-03 13:12:40 -0400 |
| commit | 5c63b3e5a797102d915e1683971517f747a28013 (patch) | |
| tree | 789eb4d55cb67eeebb7c8fe002fe1d4c22dabbcc /docs | |
| parent | 4a696bbe13383b14b2762cc5accd45849e9dcfba (diff) | |
Fixed #27005 -- Fixed crash if request.META[''CONTENT_LENGTH']=''.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/1.10.1.txt | 3 |
1 files changed, 3 insertions, 0 deletions
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`). |
