diff options
author | David Gilman <davidgilman1@gmail.com> | 2021-08-24 15:48:31 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-24 21:48:31 +0200 |
commit | 47c4fed1bc13600e98231a1474e36ce9a4750dd6 (patch) | |
tree | 9919dbc8bdbd60e9a5e47896a592fdc519a3a548 | |
parent | 00fe746366d910d9328543a194afb52a115a1837 (diff) | |
download | sqlalchemy-47c4fed1bc13600e98231a1474e36ce9a4750dd6.tar.gz |
Update PyPI URLs (#6699)
Change-Id: I67d593caf9d35371f49cfcb5472cb9c72d4b4bbd
-rw-r--r-- | doc/build/orm/contextual.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/build/orm/contextual.rst b/doc/build/orm/contextual.rst index 94f985ae8..2e4dbd93b 100644 --- a/doc/build/orm/contextual.rst +++ b/doc/build/orm/contextual.rst @@ -27,7 +27,7 @@ Architecture <https://martinfowler.com/eaaCatalog/registry.html>`_. management. If you're new to SQLAlchemy, and especially if the term "thread-local variable" seems strange to you, we recommend that if possible you familiarize first with an off-the-shelf integration - system such as `Flask-SQLAlchemy <https://packages.python.org/Flask-SQLAlchemy/>`_ + system such as `Flask-SQLAlchemy <https://pypi.org/project/Flask-SQLAlchemy/>`_ or `zope.sqlalchemy <https://pypi.org/project/zope.sqlalchemy>`_. A :class:`.scoped_session` is constructed by calling it, passing it a |