summaryrefslogtreecommitdiff
path: root/docs/releases/1.10.6.txt
diff options
context:
space:
mode:
authoramalia <amalia.soucek@gmail.com>2017-02-10 09:30:51 +0100
committerTim Graham <timograham@gmail.com>2017-02-13 16:19:03 -0500
commit2f10216f84b55920de25422842a66260219e393f (patch)
tree61cb16435cde92ac331d3c70ec44b19c70f4f26d /docs/releases/1.10.6.txt
parent3effe3a9c63cd461a1ea7c42bab0e8fbc34b0c53 (diff)
downloaddjango-2f10216f84b55920de25422842a66260219e393f.tar.gz
Fixed #27820 -- Fixed RequestDataTooBig/TooManyFieldsSent crash.
Diffstat (limited to 'docs/releases/1.10.6.txt')
-rw-r--r--docs/releases/1.10.6.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/1.10.6.txt b/docs/releases/1.10.6.txt
index dc5c49938f..483854c0e6 100644
--- a/docs/releases/1.10.6.txt
+++ b/docs/releases/1.10.6.txt
@@ -11,3 +11,6 @@ Bugfixes
* Fixed ``ClearableFileInput``’s "Clear" checkbox on model form fields where
the model field has a ``default`` (:ticket:`27805`).
+
+* Fixed ``RequestDataTooBig`` and ``TooManyFieldsSent`` exceptions crashing
+ rather than generating a bad request response (:ticket:`27820`).