mirror of
				https://github.com/django/django.git
				synced 2025-10-31 09:41:08 +00:00 
			
		
		
		
	[1.11.x] Fixed #27820 -- Fixed RequestDataTooBig/TooManyFieldsSent crash.
Backport of 2f10216f84 from master
			
			
This commit is contained in:
		| @@ -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`). | ||||
|   | ||||
		Reference in New Issue
	
	Block a user