diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2015-07-17 10:45:16 -0400 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2015-07-17 10:45:16 -0400 |
commit | 65554983bd02e41f78e4f9578ac360c08943880a (patch) | |
tree | 1f16c0f4ab5ea28b9bc4cb5c62460a15608e3845 | |
parent | b89ca77dca51392c2a31409a4fa2ceb0ad89f44e (diff) | |
download | sqlalchemy-65554983bd02e41f78e4f9578ac360c08943880a.tar.gz |
- changelog for pr github:188
-rw-r--r-- | doc/build/changelog/changelog_10.rst | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/build/changelog/changelog_10.rst b/doc/build/changelog/changelog_10.rst index 4a6b8a245..48626a525 100644 --- a/doc/build/changelog/changelog_10.rst +++ b/doc/build/changelog/changelog_10.rst @@ -19,6 +19,14 @@ :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 |