mirror of https://github.com/pallets/flask.git
fixed typo, quote "with" statement
This commit is contained in:
parent
d18868bd17
commit
e2cb8d2ef1
2
CHANGES
2
CHANGES
|
@ -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`
|
||||||
|
|
Loading…
Reference in New Issue