From e3696e0217d5b4940ee1eaee3c62ade74bca195a Mon Sep 17 00:00:00 2001 From: Tim Shaffer Date: Wed, 17 Jan 2018 07:04:16 -0500 Subject: [PATCH] Fixed link to Flask-SQLAlchemy in documentation (cherry picked from commit 9feb900f3ec979725a9d3ee68f607f5b7606c061) --- doc/build/orm/session_basics.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.47.2