]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- repair bool() for instance level event listener where events are classlevel, contin...
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 20 Sep 2012 16:05:16 +0000 (12:05 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 20 Sep 2012 16:05:16 +0000 (12:05 -0400)
commit088cf5e622e8e60136394b4759d31dd774c22cc7
tree203b0968d5be9f3237f7836606c9f81ea01feb71
parentda626917a8e9d5514717de07893c713c0de85b7d
- repair bool() for instance level event listener where events are classlevel, continuing [ticket:2516],
for some reason the impl was different here than that of 0.8
lib/sqlalchemy/event.py
test/base/test_events.py