mirror of
https://github.com/django/django.git
synced 2025-06-05 11:39:13 +00:00
Corrected TooManyFieldsSent doctring for GET requests.
This commit is contained in:
parent
c7f86d3eec
commit
6c994013e2
@ -55,7 +55,7 @@ class DisallowedRedirect(SuspiciousOperation):
|
|||||||
|
|
||||||
class TooManyFieldsSent(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.
|
settings.DATA_UPLOAD_MAX_NUMBER_FIELDS.
|
||||||
"""
|
"""
|
||||||
pass
|
pass
|
||||||
|
Loading…
x
Reference in New Issue
Block a user