]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- An exception is raised in the unusual case that an
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 10 Feb 2011 16:30:23 +0000 (11:30 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 10 Feb 2011 16:30:23 +0000 (11:30 -0500)
commite155b7b8640c18e5ca33d5529fbc11f4776ae4c5
treeaf2d28a408de06917a75cf8142eec754d10c980f
parent311fa4f8766c7cdecc7ec08aba57692611060c95
- An exception is raised in the unusual case that an
append or similar event on a collection occurs after
the parent object has been dereferenced, which
prevents the parent from being marked as "dirty"
in the session.  Will commit as a warning in 0.6.
[ticket:2046]
CHANGES
lib/sqlalchemy/orm/exc.py
lib/sqlalchemy/orm/state.py
test/orm/test_attributes.py