Files
sqlalchemy/lib
Mike Bayer af9fd453c0 - An object that's been deleted now gets a flag
'deleted', which prohibits the object from
being re-add()ed to the session, as previously
the object would live in the identity map
silently until its attributes were accessed.
The make_transient() function now resets this
flag along with the "key" flag.

- make_transient() can be safely called on an
already transient instance.
2010-08-26 11:32:50 -04:00
..