summaryrefslogtreecommitdiff
path: root/doc/build/changelog/migration_11.rst
diff options
context:
space:
mode:
authorChristoph Zwerschke <cito@online.de>2016-04-11 23:15:25 -0400
committerMike Bayer <mike_mp@zzzcomputing.com>2016-04-15 12:00:27 -0400
commitb59cbb5fd7d2ab56334774c6354fffa0b50448bc (patch)
treef08bb82751830440739a2854a783fa1763bb9a63 /doc/build/changelog/migration_11.rst
parentbde46e33593805584c7c0dedb3a666909fb67888 (diff)
downloadsqlalchemy-b59cbb5fd7d2ab56334774c6354fffa0b50448bc.tar.gz
- Add support for PostgreSQL with PyGreSQL
Change-Id: I040b75ff3b4110e7e8b26442a4eb226ba8c26715 Pull-request: https://github.com/zzzeek/sqlalchemy/pull/234
Diffstat (limited to 'doc/build/changelog/migration_11.rst')
-rw-r--r--doc/build/changelog/migration_11.rst9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/build/changelog/migration_11.rst b/doc/build/changelog/migration_11.rst
index 6f0da3780..ac6cf1dc7 100644
--- a/doc/build/changelog/migration_11.rst
+++ b/doc/build/changelog/migration_11.rst
@@ -1935,6 +1935,15 @@ emits::
:ticket:`2729`
+Support for PyGreSQL
+--------------------
+
+The `PyGreSQL <https://pypi.python.org/pypi/PyGreSQL>`_ DBAPI is now supported.
+
+.. seealso::
+
+ :ref:`dialect-postgresql-pygresql`
+
The "postgres" module is removed
---------------------------------