]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- The ``sqlalchemy.dialects.postgres`` module, long deprecated, is
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 29 Jan 2016 16:44:58 +0000 (11:44 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 29 Jan 2016 16:44:58 +0000 (11:44 -0500)
commitc59bf0007f0148b73c80a3d6b86d6c66ae0ab422
treeb08546beb64fc526fcee16a32eb2d98d408a902b
parent859379e2fcc4506d036700ba1eca4c0ae526a8ee
- The ``sqlalchemy.dialects.postgres`` module, long deprecated, is
removed; this has emitted a warning for many years and projects
should be calling upon ``sqlalchemy.dialects.postgresql``.
Engine URLs of the form ``postgres://`` will still continue to function,
however.
doc/build/changelog/changelog_11.rst
doc/build/changelog/migration_11.rst
lib/sqlalchemy/dialects/__init__.py
lib/sqlalchemy/dialects/postgres.py [deleted file]
test/dialect/postgresql/test_dialect.py