forked from orbit-oss/flask
The session interface is new in 0.8, not 0.7
This commit is contained in:
parent
20371b8657
commit
deb513c7fe
2 changed files with 2 additions and 2 deletions
|
|
@ -198,7 +198,7 @@ To access the current session you can use the :class:`session` object:
|
|||
Session Interface
|
||||
-----------------
|
||||
|
||||
.. versionadded:: 0.7
|
||||
.. versionadded:: 0.8
|
||||
|
||||
The session interface provides a simple way to replace the session
|
||||
implementation that Flask is using.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue