The session interface is new in 0.8, not 0.7

This commit is contained in:
Armin Ronacher 2011-07-08 14:38:49 +02:00
parent 20371b8657
commit deb513c7fe
2 changed files with 2 additions and 2 deletions

View file

@ -89,7 +89,7 @@ class SessionInterface(object):
app = Flask(__name__)
app.session_interface = MySessionInterface()
.. versionadded:: 0.7
.. versionadded:: 0.8
"""
#: :meth:`make_null_session` will look here for the class that should