Simplified HEAD handling for method views

This commit is contained in:
Armin Ronacher 2011-09-17 19:39:10 +02:00
parent 7d7d810aea
commit 32c7e43dda
3 changed files with 42 additions and 1 deletions

View file

@ -43,6 +43,8 @@ Relase date to be decided, codename to be chosen.
- Fixed an issue where the test client if used with the with statement did not
trigger the execution of the teardown handlers.
- Added finer control over the session cookie parameters.
- HEAD requests to a method view now automatically dispatch to the `get`
method if no handler was implemented.
Version 0.7.3
-------------