From: Mike Bayer Date: Tue, 17 Dec 2013 22:16:43 +0000 (-0500) Subject: this is a github PR X-Git-Tag: rel_0_9_0~23^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=653fcb892bd4680c97491cad70b86987db270208;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git this is a github PR --- diff --git a/doc/build/changelog/changelog_09.rst b/doc/build/changelog/changelog_09.rst index bc689a14aa..3350240164 100644 --- a/doc/build/changelog/changelog_09.rst +++ b/doc/build/changelog/changelog_09.rst @@ -17,7 +17,7 @@ .. change:: :tags: feature, postgresql :tickets: 2581 - :pullreq: bitbucket:50 + :pullreq: github:50 Support for Postgresql JSON has been added, using the new :class:`.JSON` type. Huge thanks to Nathan Rice for