Added debughelpers. Flask will now tell you if you forget enctype

This commit is contained in:
Armin Ronacher 2011-08-05 16:43:42 +02:00
parent a69b437af7
commit 2e022cb272
3 changed files with 65 additions and 0 deletions

View file

@ -16,6 +16,8 @@ Relase date to be decided, codename to be chosen.
OPTIONS implementation.
- HTTP exceptions and Bad Request Key Errors can now be trapped so that they
show up normally in the traceback.
- Flask in debug mode is now detecting some common problems and tries to
warn you about them.
Version 0.7.3
-------------