]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- begin adding tests for event registration and dispatch standalone
authorMike Bayer <mike_mp@zzzcomputing.com>
Sat, 2 Oct 2010 21:22:37 +0000 (17:22 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sat, 2 Oct 2010 21:22:37 +0000 (17:22 -0400)
commitd9dc05adb689bc4eab2227a96af0d874696cc63d
tree3b855600dcead0f88e500086e5381f74be9b8da0
parentd46985d699e6ebffe45c94d91cfa842271e06bb0
- begin adding tests for event registration and dispatch standalone
- fix pickling again
- other test fixes
lib/sqlalchemy/event.py
lib/sqlalchemy/orm/events.py
lib/sqlalchemy/orm/instrumentation.py
lib/sqlalchemy/orm/state.py
test/base/test_events.py [new file with mode: 0644]