]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- [feature] The after_attach event is now
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 24 Apr 2012 19:52:09 +0000 (15:52 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 24 Apr 2012 19:52:09 +0000 (15:52 -0400)
commita66861031a85063c9de8874559815f7ee0bab998
tree3a1143e8dacd4f5c25fd4c8df17d3d27034ba0fc
parent59ce77ca93bc3a0af054fbead17e927172047165
  - [feature] The after_attach event is now
    emitted after the object is established
    in Session.new or Session.identity_map
    upon Session.add(), Session.merge(),
    etc., so that the object is represented
    in these collections when the event
    is called. [ticket:2464]
CHANGES
lib/sqlalchemy/orm/session.py
test/orm/test_events.py