Fixed #28532 -- Fixed typo in PostgreSQL field docs

Thanks Andreas Poisel for the report.
This commit is contained in:
Claude Paroz 2017-08-26 10:20:01 +02:00
parent 61da949ff6
commit 3c0b2b80ed
1 changed files with 1 additions and 1 deletions

View File

@ -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.