]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- they don't want "on_". First step, change the naming convention on Events
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 30 Dec 2010 18:43:39 +0000 (13:43 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 30 Dec 2010 18:43:39 +0000 (13:43 -0500)
commit7f7bccfc83a5238b2772b68c4b11f9258050e88a
tree7894671ca8f05a1ea618c74f61e43956f26c34c0
parent74b7bd4365c429425dd944c3dee8681a1ca6abdb
- they don't want "on_".   First step, change the naming convention on Events
so that non-events are just _name.
lib/sqlalchemy/engine/threadlocal.py
lib/sqlalchemy/event.py
lib/sqlalchemy/events.py
lib/sqlalchemy/orm/events.py
test/base/test_events.py
test/engine/test_pool.py
test/ext/test_mutable.py
test/orm/test_mapper.py
test/orm/test_session.py