]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- reorganize events into cls->dispatch, which is an instance of _Dispatch.
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 10 Aug 2010 04:19:50 +0000 (00:19 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 10 Aug 2010 04:19:50 +0000 (00:19 -0400)
commit87293d5b961afd5e1966f3c533923ac0ecd2a781
treee265e39ae9c5fa3b4f855d77a058bc9f9f87abca
parentf665ae746428cdb69e97d4576da29268a388569a
- reorganize events into cls->dispatch, which is an instance of _Dispatch.
cut down on extraneous stuff, cleanup
The Event class never gets instantiated and its methods stay the same
so that sphinx can get to it.
lib/sqlalchemy/event.py
lib/sqlalchemy/orm/attributes.py
lib/sqlalchemy/orm/state.py
test/engine/test_pool.py