- 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
This commit is contained in:
Mike Bayer
2015-12-12 21:07:25 -05:00
parent d67d04c70a
commit 7d96ad4d53
4 changed files with 52 additions and 3 deletions
+12
View File
@@ -15,6 +15,18 @@
.. include:: changelog_07.rst
:start-line: 5
.. changelog::
:version: 1.0.11
.. change::
:tags: bug, orm
:tickets: 3606
:versions: 1.1.0b1
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.
.. changelog::
:version: 1.0.10
:released: December 11, 2015