forked from orbit-oss/flask
Added MAX_CONTENT_LENGTH config key
This commit is contained in:
parent
f8f8463f3a
commit
b1790cca55
4 changed files with 18 additions and 1 deletions
2
CHANGES
2
CHANGES
|
|
@ -21,6 +21,8 @@ Release date to be announced, codename to be decided.
|
|||
as `config`.
|
||||
- context processors will no longer override values passed directly
|
||||
to the render function.
|
||||
- added the ability to limit the incoming request data with the
|
||||
new ``MAX_CONTENT_LENGTH`` configuration value.
|
||||
|
||||
Version 0.5.1
|
||||
-------------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue