]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Can set/change the "cascade" attribute on a :func:`.relationship`
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 3 Mar 2013 01:27:53 +0000 (20:27 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 3 Mar 2013 01:27:53 +0000 (20:27 -0500)
commitb83dd4dc2200bece2896a125be6d4f0911669d15
tree32f4b23b870d6d4b92142b50481a9b838bebcfd0
parent98fea3e3dca48071c213d9f039195f9421ed200a
Can set/change the "cascade" attribute on a :func:`.relationship`
construct after it's been constructed already.  This is not
a pattern for normal use but we like to change the setting
for demonstration purposes in tutorials.
doc/build/changelog/changelog_08.rst
lib/sqlalchemy/orm/interfaces.py
lib/sqlalchemy/orm/properties.py
lib/sqlalchemy/orm/unitofwork.py
test/orm/test_cascade.py