]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- A warning is emitted in the unusual case that an
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 10 Feb 2011 16:42:35 +0000 (11:42 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 10 Feb 2011 16:42:35 +0000 (11:42 -0500)
commitd8aa3383d5c88e2b503087d6dd0480146fe8bdf5
tree00306e49d72f93a3eb4fa498c6b410a3a4d34fb2
parent036d2c1e70f10f0986c14d0d9be198b4c6fa566c
- A warning is emitted 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.  This will be an exception in 0.7.
[ticket:2046]
CHANGES
lib/sqlalchemy/orm/state.py
lib/sqlalchemy/orm/util.py
test/orm/test_attributes.py