]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Fixed bug where use of the :meth:`.Query.select_from` method would
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 13 Dec 2015 02:07:25 +0000 (21:07 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 13 Dec 2015 02:08:56 +0000 (21:08 -0500)
commit7d96ad4d535dc02a8ab1384df1db94dea2a045b5
tree8b211ad42e32af56a1ceca46359f2804194d40f7
parentd67d04c70ac51322347e5f396e5d7dadfc75a987
- Fixed bug where use of the :meth:`.Query.select_from` method would
cause a subsequent call to the :meth:`.Query.with_parent` method to
fail. fixes #3606
- add mark-as-fail test for #3607
doc/build/changelog/changelog_10.rst
lib/sqlalchemy/orm/query.py
lib/sqlalchemy/testing/exclusions.py
test/orm/test_query.py