forked from orbit-oss/flask
Simplified HEAD handling for method views
This commit is contained in:
parent
7d7d810aea
commit
32c7e43dda
3 changed files with 42 additions and 1 deletions
2
CHANGES
2
CHANGES
|
|
@ -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
|
||||
-------------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue