]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- globally renamed refresh_instance to refresh_state
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 21 May 2008 21:40:58 +0000 (21:40 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 21 May 2008 21:40:58 +0000 (21:40 +0000)
commitcff1686cb9a0e85137786757a4579a7c18e550db
treec1e1db1779c39898876eb9f65386d4d682d6c666
parent07a3b8520b4f1c85e00a5bd963bb4f2a827131de
- globally renamed refresh_instance to refresh_state
- removed 'instance' arg from session.get_bind() and friends, this is not a public API
- renamed 'state' arg on same to '_state'
- fixes [ticket:1055]
lib/sqlalchemy/orm/mapper.py
lib/sqlalchemy/orm/query.py
lib/sqlalchemy/orm/session.py
lib/sqlalchemy/orm/strategies.py
test/orm/session.py