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_2_3~8^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9feb900f3ec979725a9d3ee68f607f5b7606c061;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git Fixed link to Flask-SQLAlchemy in documentation --- diff --git a/doc/build/orm/session_basics.rst b/doc/build/orm/session_basics.rst index de0dd1e3a8..a4d5333949 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.