]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
- changelog for pr github:188
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 17 Jul 2015 14:45:16 +0000 (10:45 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 17 Jul 2015 14:45:16 +0000 (10:45 -0400)
doc/build/changelog/changelog_10.rst

index 4a6b8a245ad48309a6b15afbb7a33fb7e0153c95..48626a52535ea7869fbe023bcd6ed5f6d7bd3300 100644 (file)
 .. 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