]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- fix some final pathing stuff, we weren't getting all the loads in the
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 25 Mar 2010 03:51:49 +0000 (23:51 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 25 Mar 2010 03:51:49 +0000 (23:51 -0400)
commita977894c84bf4351f460499a44c7c11439b8d14b
treea38abdf40814a67860638b7229c7826db9d6b9bf
parentf10b94dfd89707fd7b69ddfa9ac849b0f092e55b
- fix some final pathing stuff, we weren't getting all the loads in the
inheritance examples, now its improved !
- final doc pass
CHANGES
doc/build/mappers.rst
doc/build/reference/orm/query.rst
lib/sqlalchemy/orm/__init__.py
lib/sqlalchemy/orm/interfaces.py
lib/sqlalchemy/orm/query.py
lib/sqlalchemy/orm/strategies.py
test/orm/inheritance/test_query.py
test/orm/test_mapper.py
test/orm/test_subquery_relations.py