Documented flask.ext.

This commit is contained in:
Armin Ronacher 2011-09-18 12:51:10 +02:00
parent 8840973a33
commit 1e6c5f0975
2 changed files with 18 additions and 0 deletions

View file

@ -45,6 +45,7 @@ Relase date to be decided, codename to be chosen.
- 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.
- Implemented the virtual :mod:`flask.ext` package to import extensions from.
Version 0.7.3
-------------