From 7d96ad4d535dc02a8ab1384df1db94dea2a045b5 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Sat, 12 Dec 2015 21:07:25 -0500 Subject: - 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 | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'doc/build') diff --git a/doc/build/changelog/changelog_10.rst b/doc/build/changelog/changelog_10.rst index 30c58fa7f..950046cd0 100644 --- a/doc/build/changelog/changelog_10.rst +++ b/doc/build/changelog/changelog_10.rst @@ -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 -- cgit v1.2.1