|
|
@ -70,7 +70,7 @@ Released on September 29th 2011, codename Rakija |
|
|
|
as defaults. |
|
|
|
as defaults. |
|
|
|
- Added :attr:`flask.views.View.decorators` to support simpler decorating of |
|
|
|
- Added :attr:`flask.views.View.decorators` to support simpler decorating of |
|
|
|
pluggable (class based) views. |
|
|
|
pluggable (class based) views. |
|
|
|
- Fixed an issue where the test client if used with the with statement did not |
|
|
|
- Fixed an issue where the test client if used with the "with" statement did not |
|
|
|
trigger the execution of the teardown handlers. |
|
|
|
trigger the execution of the teardown handlers. |
|
|
|
- Added finer control over the session cookie parameters. |
|
|
|
- Added finer control over the session cookie parameters. |
|
|
|
- HEAD requests to a method view now automatically dispatch to the `get` |
|
|
|
- HEAD requests to a method view now automatically dispatch to the `get` |
|
|
|