]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Improve delete cascade and passive deletes sections
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 26 Jul 2020 17:17:56 +0000 (13:17 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 26 Jul 2020 17:17:56 +0000 (13:17 -0400)
commit9e1ee412b8650761af6df993e119906682604728
tree47ea98c5faae8c13427db0a9035ba74736164f8f
parenta26b88cd6b2034b7048d5b4729d3fa90ddfb255d
Improve delete cascade and passive deletes sections

Add cross linking from Core to ORM and also add new sections
and examples regarding many-to-many.    Move the section
out of "collections" and into the "cascades" chapter
where it's more likely to be found.

Change-Id: If29360e463e5745279bc5335bd12352d50ad8953
doc/build/core/constraints.rst
doc/build/orm/basic_relationships.rst
doc/build/orm/cascades.rst
doc/build/orm/collections.rst