]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- the inspect interface is done, needs docs.
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 4 Apr 2012 23:08:05 +0000 (19:08 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 4 Apr 2012 23:08:05 +0000 (19:08 -0400)
commitf7bb3b17e6df09caa56c20c722364fc52edf7afc
treeb35d3ccf96f54836b000b7a3416782ef60fcb825
parent60922f7a991cac6500c856868de0ab37f1203cc7
- the inspect interface is done, needs docs.
- start dressing up InstanceState for it's coming out, start moving
internal things to be underscored within the lib
lib/sqlalchemy/orm/attributes.py
lib/sqlalchemy/orm/descriptor_props.py
lib/sqlalchemy/orm/dynamic.py
lib/sqlalchemy/orm/mapper.py
lib/sqlalchemy/orm/properties.py
lib/sqlalchemy/orm/session.py
lib/sqlalchemy/orm/state.py
test/orm/test_backref_mutations.py
test/orm/test_inspect.py
test/orm/test_session.py