Added HTTP exception trapping. This should fix #294

This commit is contained in:
Armin Ronacher 2011-08-05 12:35:41 +02:00
parent a070b4fe86
commit 7155f11a72
4 changed files with 86 additions and 8 deletions

View file

@ -14,6 +14,8 @@ Relase date to be decided, codename to be chosen.
- Empty session cookies are now deleted properly automatically.
- View functions can now opt out of getting the automatic
OPTIONS implementation.
- HTTP exceptions and Bad Request Key Errors can now be trapped so that they
show up normally in the traceback.
Version 0.7.3
-------------