]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- emphasized query.join() in ORM tutorial as per [ticket:1708]
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 10 Mar 2010 23:29:32 +0000 (18:29 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 10 Mar 2010 23:29:32 +0000 (18:29 -0500)
commit9520c878b6f350081fd8c95c6ed3fdf1d2d7d244
tree7d60119b0a4cd755ce46aaa318fc64b1e82adcd7
parent53832b9fb25afa89f36234d86a09b4414feada3a
- emphasized query.join() in ORM tutorial as per [ticket:1708]
- cleaned up tutorial w.r.t. eagerload, added a section for contains_eager as this function
is equally important
- added better linkages in sqlalchemy.orm reference documentation, updated antiquated
docs for contains_eager(), got aliased()/AliasedClass documented as well as Sphinx will
allow us
doc/build/mappers.rst
doc/build/ormtutorial.rst
doc/build/reference/orm/query.rst
lib/sqlalchemy/orm/__init__.py
lib/sqlalchemy/orm/util.py