summaryrefslogtreecommitdiff
path: root/doc/build/dialects/postgresql.rst
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2011-03-27 20:34:39 -0400
committerMike Bayer <mike_mp@zzzcomputing.com>2011-03-27 20:34:39 -0400
commitd355a3be3b720764b9b5e2b3e1583a63b85c7766 (patch)
tree5b5c589cbda2be5400b367ea632ce09c09c1b20c /doc/build/dialects/postgresql.rst
parent545b70e8a2bcc3803f0a72cc4a50c1b40a4a3eba (diff)
downloadsqlalchemy-d355a3be3b720764b9b5e2b3e1583a63b85c7766.tar.gz
- Documented SQLite DATE/TIME/DATETIME types.
[ticket:2029] (also in 0.6.7) - add "currentmodule" directive to all the dialect type docs to ensure users import from the dialect package, not the "base" module
Diffstat (limited to 'doc/build/dialects/postgresql.rst')
-rw-r--r--doc/build/dialects/postgresql.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/build/dialects/postgresql.rst b/doc/build/dialects/postgresql.rst
index 02e714b6a..6e45992eb 100644
--- a/doc/build/dialects/postgresql.rst
+++ b/doc/build/dialects/postgresql.rst
@@ -21,6 +21,8 @@ they originate from :mod:`sqlalchemy.types` or from the local dialect::
Types which are specific to PostgreSQL, or have PostgreSQL-specific
construction arguments, are as follows:
+.. currentmodule:: sqlalchemy.dialects.postgresql
+
.. autoclass:: ARRAY
:members: __init__
:show-inheritance: