]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
The :meth:`.Query.select_from` method can now be used with a
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 13 Dec 2012 23:45:15 +0000 (18:45 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 13 Dec 2012 23:45:15 +0000 (18:45 -0500)
commitce3333a65c128d873a5c963a71d5c6961a42a3e8
tree4ff755794441a7fb57039a1453bff3c257494399
parentfbd81de0ebdbc54b0df6ba08cc8309e1328888fa
The :meth:`.Query.select_from` method can now be used with a
:func:`.aliased` construct without it interfering with the entities
being selected.  [ticket:2635]
doc/build/changelog/changelog_08.rst
lib/sqlalchemy/orm/query.py
test/orm/test_froms.py