diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2021-11-11 15:59:33 -0500 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2021-11-11 15:59:33 -0500 |
commit | 6206f0ff74e95c9339dc0f0e26caab55e9bcda45 (patch) | |
tree | 304294a50f4d6e750d40ea4ff4178ea0735ce0b5 /doc/build/orm/tutorial.rst | |
parent | 08b5874239230da04d436eecc13c2167c7b924b2 (diff) | |
download | sqlalchemy-6206f0ff74e95c9339dc0f0e26caab55e9bcda45.tar.gz |
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
Diffstat (limited to 'doc/build/orm/tutorial.rst')
-rw-r--r-- | doc/build/orm/tutorial.rst | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/build/orm/tutorial.rst b/doc/build/orm/tutorial.rst new file mode 100644 index 000000000..0ee0216e9 --- /dev/null +++ b/doc/build/orm/tutorial.rst @@ -0,0 +1,12 @@ +.. _ormtutorial_toplevel: + +========================== +Object Relational Tutorial +========================== + +.. admonition:: We've Moved! + + This page is the previous home of the SQLAlchemy 1.x Tutorial. As of 2.0, + SQLAlchemy presents a revised way of working and an all new tutorial that + presents Core and ORM in an integrated fashion using all the latest usage + patterns. See :ref:`unified_tutorial`. |