From: Tim Shaffer Date: Wed, 17 Jan 2018 12:04:16 +0000 (-0500) Subject: Fixed link to Flask-SQLAlchemy in documentation X-Git-Tag: rel_1_1_16~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=54854d290cb902498f424d2cc0f3064583651294;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 391c6131dc..0e927094d3 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.