summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2018-05-05 17:42:57 -0400
committerMike Bayer <mike_mp@zzzcomputing.com>2018-05-05 18:21:08 -0400
commit70f8f6a169daa3e4f25f2b6983ff4750443a8307 (patch)
tree35cefeb72cd5893e56f24e7fd602d66cea2af5aa /doc
parent67fe179d1b2fb559b213d2e924da365f05e169ce (diff)
downloadsqlalchemy-70f8f6a169daa3e4f25f2b6983ff4750443a8307.tar.gz
- modernize versioning examples
- add new example versioned_rows_w_versionid Change-Id: I592cd5eb7db50162b4c4ad6191813d9def2b6d7c
Diffstat (limited to 'doc')
-rw-r--r--doc/build/orm/examples.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/build/orm/examples.rst b/doc/build/orm/examples.rst
index 3dd81f856..d3a1f8d31 100644
--- a/doc/build/orm/examples.rst
+++ b/doc/build/orm/examples.rst
@@ -107,6 +107,8 @@ Versioning using Temporal Rows
.. automodule:: examples.versioned_rows
+.. _examples_vertical_tables:
+
Vertical Attribute Mapping
--------------------------