From: Mike Bayer Date: Fri, 17 Jul 2015 14:45:16 +0000 (-0400) Subject: - changelog for pr github:188 X-Git-Tag: rel_1_0_7~11 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=65554983bd02e41f78e4f9578ac360c08943880a;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git - changelog for pr github:188 --- diff --git a/doc/build/changelog/changelog_10.rst b/doc/build/changelog/changelog_10.rst index 4a6b8a245a..48626a5253 100644 --- a/doc/build/changelog/changelog_10.rst +++ b/doc/build/changelog/changelog_10.rst @@ -18,6 +18,14 @@ .. changelog:: :version: 1.0.7 + .. change:: + :tags: bug, sql + :pullreq: github:188 + + Fixed bug where the modulus SQL operator wouldn't work in reverse + due to a missing ``__rmod__`` method. Pull request courtesy + dan-gittik. + .. change:: :tags: feature, schema :pullreq: github:186