summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2013-12-17 17:16:49 -0500
committerMike Bayer <mike_mp@zzzcomputing.com>2013-12-17 17:16:49 -0500
commitd4ee945fe7fdee6c386789a6416c92aa8853bddc (patch)
tree69479c37aa10cbf33f9f742a054df118a9eacd3f
parent94e39cea579fa06aae9a7309ec581778f78be42e (diff)
parent653fcb892bd4680c97491cad70b86987db270208 (diff)
downloadsqlalchemy-d4ee945fe7fdee6c386789a6416c92aa8853bddc.tar.gz
Merge branch 'master' into rel_0_9
-rw-r--r--doc/build/changelog/changelog_09.rst2
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