]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- [bug] Fixed event registration bug
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 8 Mar 2012 03:36:22 +0000 (22:36 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 8 Mar 2012 03:36:22 +0000 (22:36 -0500)
commit8696a45b096dd7fedb6e9683bef4de99220c976d
tree0318e9d345a24039bc7cf28daae80f58546768b8
parentbe71c73f614f9c316c0c02a98505a8c03d5ef788
- [bug] Fixed event registration bug
which would primarily show up as
events not being registered with
sessionmaker() instances created
after the event was associated
with the Session class.  [ticket:2424]
CHANGES
lib/sqlalchemy/event.py
lib/sqlalchemy/orm/session.py
test/base/test_events.py
test/orm/test_events.py