diff options
| author | amalia <amalia.soucek@gmail.com> | 2017-02-10 09:30:51 +0100 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2017-02-13 17:16:29 -0500 |
| commit | e399272bed9cf28634a6866bea9bb74c71159291 (patch) | |
| tree | 4ba9a3a341164dc7abc39e7750eaf8c8f860e9ed /docs | |
| parent | 714fdbaa7048c2321f6238d9421137c33d9af7cc (diff) | |
[1.10.x] Fixed #27820 -- Fixed RequestDataTooBig/TooManyFieldsSent crash.
Backport of 2f10216f84b55920de25422842a66260219e393f from master
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/1.10.6.txt | 3 |
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`). |
