]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
The "auto-aliasing" behavior of the :class:`.Query.select_from`
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 31 May 2013 00:09:44 +0000 (20:09 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 31 May 2013 00:09:44 +0000 (20:09 -0400)
commit04317bd5a887524956249565014c077afe41f905
tree7bfaa281474f7de2c79bf5fef5b0bdd49f50b280
parentbef93660c1b4a613d8545d6d04f9cac45254cd89
The "auto-aliasing" behavior of the :class:`.Query.select_from`
method has been turned off.  The specific behavior is now
availble via a new method :class:`.Query.select_entity_from`.
[ticket:2736]
doc/build/changelog/changelog_09.rst
doc/build/changelog/migration_09.rst
lib/sqlalchemy/orm/query.py
lib/sqlalchemy/orm/strategies.py
test/orm/test_froms.py
test/orm/test_joins.py