]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- reverted r4955, that was wrong. The backref responsible for the operation is the...
authorMike Bayer <mike_mp@zzzcomputing.com>
Sat, 19 Jul 2008 18:18:50 +0000 (18:18 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sat, 19 Jul 2008 18:18:50 +0000 (18:18 +0000)
commite78d06a4db273cd1b5b2b2212a5b2d5d15270d7c
treeee9c4222350e1a2bd515d7ef9c0b9fb79dae31f2
parent5c75aed9be1941144c390673709861e86c1a3e14
- reverted r4955, that was wrong.  The backref responsible for the operation is the one where the "cascade" option should take effect.
- can use None as a value for cascade.
- documented cascade options in docstring, [ticket:1064]
CHANGES
lib/sqlalchemy/orm/__init__.py
lib/sqlalchemy/orm/properties.py
lib/sqlalchemy/orm/unitofwork.py
lib/sqlalchemy/orm/util.py
test/orm/cascade.py