diff --git a/docs/ref/contrib/postgres/fields.txt b/docs/ref/contrib/postgres/fields.txt index 5b666c428f..3d0cca951d 100644 --- a/docs/ref/contrib/postgres/fields.txt +++ b/docs/ref/contrib/postgres/fields.txt @@ -658,7 +658,7 @@ excluded; that is, ``[)``. .. class:: DateTimeRangeField(**options) Stores a range of timestamps. Based on a - :class:`~django.db.models.DateTimeField`. Represented by a ``tztsrange`` in + :class:`~django.db.models.DateTimeField`. Represented by a ``tstzrange`` in the database and a :class:`~psycopg2:psycopg2.extras.DateTimeTZRange` in Python.