]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
pass through docs for 2.0 style
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 11 Nov 2021 20:59:33 +0000 (15:59 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 11 Nov 2021 20:59:33 +0000 (15:59 -0500)
commit6206f0ff74e95c9339dc0f0e26caab55e9bcda45
tree304294a50f4d6e750d40ea4ff4178ea0735ce0b5
parent08b5874239230da04d436eecc13c2167c7b924b2
pass through docs for 2.0 style

this change restores the orm/tutorial.rst and
core/tutorial.rst files, hidden from the index with
an update on the new tutorial.

Also started noting Query is legacy, as we will have
lots of docs to update for 2.0 style.

Change-Id: I4f98eeaaa0fd6e03b9976320b568975fe6d06ade
doc/build/core/index.rst
doc/build/core/tutorial.rst [new file with mode: 0644]
doc/build/glossary.rst
doc/build/orm/index.rst
doc/build/orm/loading_objects.rst
doc/build/orm/query.rst
doc/build/orm/queryguide.rst
doc/build/orm/session_basics.rst
doc/build/orm/tutorial.rst [new file with mode: 0644]
lib/sqlalchemy/orm/query.py
lib/sqlalchemy/orm/session.py