diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2010-06-15 14:04:13 -0400 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2010-06-15 14:04:13 -0400 |
commit | 27b9b3578ddf421f990cd7a2ab7c9635178b210b (patch) | |
tree | 36ea0dc0c51ddf5e2ad440977fd9b6f91b53b9b0 /lib/sqlalchemy/orm/dynamic.py | |
parent | 1769b2d8deb8aa97c6f8df500c1355f4206d1484 (diff) | |
download | sqlalchemy-27b9b3578ddf421f990cd7a2ab7c9635178b210b.tar.gz |
- Can now call make_transient() on an instance that
is referenced by parent objects via many-to-one,
without the parent's foreign key value getting
temporarily set to None - this was a function
of the "detect primary key switch" flush handler.
It now ignores objects that are no longer
in the "persistent" state, and the parent's
foreign key identifier is left unaffected.
Diffstat (limited to 'lib/sqlalchemy/orm/dynamic.py')
0 files changed, 0 insertions, 0 deletions