Removed deprecated and awkward flask.session module
This commit is contained in:
parent
05c6502cbd
commit
5e88c8184d
2 changed files with 3 additions and 19 deletions
3
CHANGES
3
CHANGES
|
|
@ -20,6 +20,9 @@ Release date to be decided.
|
|||
- Added wrapper module around simplejson and added default serialization
|
||||
of datetime objects. This allows much easier customization of how
|
||||
JSON is handled by Flask or any Flask extension.
|
||||
- Removed deprecated internal ``flask.session`` module alias. Use
|
||||
``flask.sessions`` instead to get the session module. This is not to
|
||||
be confused with ``flask.session`` the session proxy.
|
||||
|
||||
Version 0.9
|
||||
-----------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue