diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2013-12-17 17:16:43 -0500 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2013-12-17 17:16:43 -0500 |
commit | 653fcb892bd4680c97491cad70b86987db270208 (patch) | |
tree | 69479c37aa10cbf33f9f742a054df118a9eacd3f | |
parent | c95e3c6512b0c7a3c8d6d0201c1a93311e36ce4d (diff) | |
download | sqlalchemy-653fcb892bd4680c97491cad70b86987db270208.tar.gz |
this is a github PR
-rw-r--r-- | doc/build/changelog/changelog_09.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/build/changelog/changelog_09.rst b/doc/build/changelog/changelog_09.rst index bc689a14a..335024016 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 |