]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
this is a github PR
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 17 Dec 2013 22:16:43 +0000 (17:16 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 17 Dec 2013 22:16:43 +0000 (17:16 -0500)
doc/build/changelog/changelog_09.rst

index bc689a14aa80e9cab69f8b7759f1eb51d17581a5..33502401647a3b3d419d0951912a892dcaf92610 100644 (file)
@@ -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