diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2015-02-08 19:58:34 -0500 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2015-02-08 19:58:34 -0500 |
commit | 7b9134be7129346e486a5caca7bdc87de7ccf015 (patch) | |
tree | f2c5c9338b73235767fca088cba8b9b74cf661b6 /doc | |
parent | a7c8cf0f2f456485a358d6b9ffe69516b8164bcd (diff) | |
download | sqlalchemy-7b9134be7129346e486a5caca7bdc87de7ccf015.tar.gz |
- test + changelog
Diffstat (limited to 'doc')
-rw-r--r-- | doc/build/changelog/changelog_09.rst | 8 |
1 files changed, 8 insertions, 0 deletions
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 @@ -15,6 +15,14 @@ :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 |