mirror of
https://github.com/django/django.git
synced 2025-04-06 06:26:41 +00:00
[1.10.x] Corrected TooManyFieldsSent doctring for GET requests.
Backport of 6c994013e242bad67264d445b0bd4c0772bffdb4 from master
This commit is contained in:
parent
3ea9e3baf9
commit
92bcc9cfbf
@ -55,7 +55,7 @@ class DisallowedRedirect(SuspiciousOperation):
|
||||
|
||||
class TooManyFieldsSent(SuspiciousOperation):
|
||||
"""
|
||||
The number of fields in a POST request exceeded
|
||||
The number of fields in a GET or POST request exceeded
|
||||
settings.DATA_UPLOAD_MAX_NUMBER_FIELDS.
|
||||
"""
|
||||
pass
|
||||
|
Loading…
x
Reference in New Issue
Block a user