]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- [bug] Fixed bug whereby event.listen(SomeClass)
authorMike Bayer <mike_mp@zzzcomputing.com>
Sat, 7 Jan 2012 17:57:22 +0000 (12:57 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sat, 7 Jan 2012 17:57:22 +0000 (12:57 -0500)
commit350a468ae91100faac947746caf3d749460a90ec
treee3688883aedaee1fb4ff193b53bd364f832440dd
parentadf12556476d4430b55ce3918ed32c6cebe788e3
- [bug] Fixed bug whereby event.listen(SomeClass)
forced an entirely unnecessary compile of the
mapper, making events very hard to set up
at module import time (nobody noticed this ??)
[ticket:2367]
CHANGES
lib/sqlalchemy/orm/events.py
test/orm/test_events.py