]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- factor out the dependency on the "on_" name
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 30 Dec 2010 19:07:15 +0000 (14:07 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 30 Dec 2010 19:07:15 +0000 (14:07 -0500)
commitecf1571ba79a81567428d345a4ec10255305de97
tree4cd51f2f11ead15a1faad2ca307a08836549fcee
parent7f7bccfc83a5238b2772b68c4b11f9258050e88a
- factor out the dependency on the "on_" name
lib/sqlalchemy/event.py
lib/sqlalchemy/orm/attributes.py
lib/sqlalchemy/orm/events.py
lib/sqlalchemy/orm/mapper.py
lib/sqlalchemy/pool.py
test/base/test_events.py
test/orm/test_cascade.py
test/orm/test_instrumentation.py