]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- with InstanceState more public, underscore all its methods
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 18 Jul 2012 20:43:02 +0000 (16:43 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 18 Jul 2012 20:43:02 +0000 (16:43 -0400)
commit9c0de7fcf7fc56701af446742fe876335aef15b1
tree5fb52bc62b39c9ac9c9f87285443d02d6d39678a
parentdff7c2ad2c913ed0ec5979ff9470dd5dd5813483
- with InstanceState more public, underscore all its methods
that change object state as these aren't intended for public
use.
14 files changed:
lib/sqlalchemy/orm/attributes.py
lib/sqlalchemy/orm/instrumentation.py
lib/sqlalchemy/orm/loading.py
lib/sqlalchemy/orm/mapper.py
lib/sqlalchemy/orm/persistence.py
lib/sqlalchemy/orm/properties.py
lib/sqlalchemy/orm/session.py
lib/sqlalchemy/orm/state.py
lib/sqlalchemy/orm/strategies.py
test/ext/test_extendedattr.py
test/orm/inheritance/test_basic.py
test/orm/test_attributes.py
test/orm/test_query.py
test/orm/test_sync.py