]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
super-fine pass through the metadata tutorial
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 15 Jan 2023 18:11:38 +0000 (13:11 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 15 Jan 2023 18:11:38 +0000 (13:11 -0500)
commit6da2f72b1144738ddae23e7fd882a8cd79ea1c60
tree857432f3affaf0d81c346fc46fc8aafe44d9035e
parent48eed9eb9c6ba853b48e41ef6038ec97c5a3fb68
super-fine pass through the metadata tutorial

try to keep the wordiness down here, using sidebars
and topics for non-essential information.   Sphinx seems
to read out attrs from under TYPE_CHECKING sections now
so link out the attrs in DeclarativeBase w/ docstrings,
not sure why we didn't think of this earlier.  looks great

Change-Id: Ib2e07e3606185998561c2d77b2564fd3eddb4d75
doc/build/glossary.rst
doc/build/orm/mapping_api.rst
doc/build/tutorial/metadata.rst
lib/sqlalchemy/orm/decl_api.py