summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2015-12-12 21:07:25 -0500
committerMike Bayer <mike_mp@zzzcomputing.com>2015-12-12 21:08:56 -0500
commit7d96ad4d535dc02a8ab1384df1db94dea2a045b5 (patch)
tree8b211ad42e32af56a1ceca46359f2804194d40f7 /doc
parentd67d04c70ac51322347e5f396e5d7dadfc75a987 (diff)
downloadsqlalchemy-7d96ad4d535dc02a8ab1384df1db94dea2a045b5.tar.gz
- 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
Diffstat (limited to 'doc')
-rw-r--r--doc/build/changelog/changelog_10.rst12
1 files changed, 12 insertions, 0 deletions
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
@@ -16,6 +16,18 @@
: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