summaryrefslogtreecommitdiff
path: root/doc/src/extensions.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/src/extensions.rst')
-rw-r--r--doc/src/extensions.rst21
1 files changed, 0 insertions, 21 deletions
diff --git a/doc/src/extensions.rst b/doc/src/extensions.rst
index d8c07a4..763910d 100644
--- a/doc/src/extensions.rst
+++ b/doc/src/extensions.rst
@@ -453,13 +453,6 @@ deal with Python objects adaptation:
Specialized adapters for Python datetime objects.
-.. class:: DateFromMx
- TimeFromMx
- TimestampFromMx
- IntervalFromMx
-
- Specialized adapters for `mx.DateTime`_ objects.
-
.. data:: adapters
Dictionary of the currently registered object adapters. Use
@@ -1004,20 +997,6 @@ from the database. See :ref:`unicode-handling` for details.
Typecasters to convert time-related data types to Python `!datetime`
objects.
-.. data:: MXDATE
- MXDATETIME
- MXDATETIMETZ
- MXINTERVAL
- MXTIME
- MXDATEARRAY
- MXDATETIMEARRAY
- MXDATETIMETZARRAY
- MXINTERVALARRAY
- MXTIMEARRAY
-
- Typecasters to convert time-related data types to `mx.DateTime`_ objects.
- Only available if Psycopg was compiled with `!mx` support.
-
.. versionchanged:: 2.2
previously the `DECIMAL` typecaster and the specific time-related
typecasters (`!PY*` and `!MX*`) were not exposed by the `extensions`