Added MAX_CONTENT_LENGTH config key

This commit is contained in:
Armin Ronacher 2010-07-14 10:47:57 +02:00
parent f8f8463f3a
commit b1790cca55
4 changed files with 18 additions and 1 deletions

View file

@ -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
-------------