From: Tim Shaffer Date: Wed, 17 Jan 2018 12:04:16 +0000 (-0500) Subject: Fixed link to Flask-SQLAlchemy in documentation X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e3696e0217d5b4940ee1eaee3c62ade74bca195a;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git Fixed link to Flask-SQLAlchemy in documentation (cherry picked from commit 9feb900f3ec979725a9d3ee68f607f5b7606c061) --- diff --git a/doc/build/orm/session_basics.rst b/doc/build/orm/session_basics.rst index c71b234279..06cd23bd28 100644 --- a/doc/build/orm/session_basics.rst +++ b/doc/build/orm/session_basics.rst @@ -268,7 +268,7 @@ unconditionally at the end. Some web frameworks include infrastructure to assist in the task of aligning the lifespan of a :class:`.Session` with that of a web request. -This includes products such as `Flask-SQLAlchemy `_, +This includes products such as `Flask-SQLAlchemy `_, for usage in conjunction with the Flask web framework, and `Zope-SQLAlchemy `_, typically used with the Pyramid framework.