From 7b9134be7129346e486a5caca7bdc87de7ccf015 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Sun, 8 Feb 2015 19:58:34 -0500 Subject: - test + changelog --- doc/build/changelog/changelog_09.rst | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'doc') diff --git a/doc/build/changelog/changelog_09.rst b/doc/build/changelog/changelog_09.rst index a145ba259..6836a15ab 100644 --- a/doc/build/changelog/changelog_09.rst +++ b/doc/build/changelog/changelog_09.rst @@ -14,6 +14,14 @@ .. changelog:: :version: 0.9.9 + .. change:: + :tags: bug, orm + :pullreq: github:147 + + Fixed bug where TypeError raised when :meth:`.Query.join` called + with unknown kw arguments would raise its own TypeError due + to broken formatting. Pull request courtesy Malthe Borch. + .. change:: :tags: bug, engine :tickets: 3302 -- cgit v1.2.1