From: Mike Bayer Date: Mon, 30 Nov 2015 18:01:07 +0000 (-0500) Subject: - changelog for pullreq github:215 X-Git-Tag: rel_1_1_0b1~84^2~70^2~23 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c3fbfa8257dd198f1020166ce3c94556984abed0;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git - changelog for pullreq github:215 --- diff --git a/doc/build/changelog/changelog_10.rst b/doc/build/changelog/changelog_10.rst index 1a63ba83b8..283a3e31f0 100644 --- a/doc/build/changelog/changelog_10.rst +++ b/doc/build/changelog/changelog_10.rst @@ -18,6 +18,15 @@ .. changelog:: :version: 1.0.10 + .. change:: + :tags: bug, postgresql + :pullreq: github:215 + :versions: 1.1.0b1 + + Fixed bug where some varieties of SQL expression passed to the + "where" clause of :class:`.postgresql.ExcludeConstraint` would fail + to be accepted correctly. Pull request courtesy aisch. + .. change:: :tags: bug, orm, declarative :pullreq: github:212