mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
[1.10.x] Fixed #27005 -- Fixed crash if request.META[''CONTENT_LENGTH']=''.
Backport of 5c63b3e5a7 from master
This commit is contained in:
@@ -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`).
|
||||
|
||||
Reference in New Issue
Block a user