forked from orbit-oss/flask
The session interface is new in 0.8 not 0.7
This commit is contained in:
parent
eb9a14e158
commit
45d963d6da
1 changed files with 1 additions and 1 deletions
|
|
@ -255,7 +255,7 @@ class Flask(_PackageBoundObject):
|
||||||
#: the session interface to use. By default an instance of
|
#: the session interface to use. By default an instance of
|
||||||
#: :class:`~flask.sessions.SecureCookieSessionInterface` is used here.
|
#: :class:`~flask.sessions.SecureCookieSessionInterface` is used here.
|
||||||
#:
|
#:
|
||||||
#: .. versionadded:: 0.7
|
#: .. versionadded:: 0.8
|
||||||
session_interface = SecureCookieSessionInterface()
|
session_interface = SecureCookieSessionInterface()
|
||||||
|
|
||||||
def __init__(self, import_name, static_path=None, static_url_path=None,
|
def __init__(self, import_name, static_path=None, static_url_path=None,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue