[1.11.x] Fixed #28532 -- Fixed typo in PostgreSQL field docs
Thanks Andreas Poisel for the report. Backport of 3c0b2b80edbe744f45b59fa29219db4997d2a108 from master.
This commit is contained in:
parent
58aaf13e75
commit
503b9ab7ad
@ -658,7 +658,7 @@ excluded; that is, ``[)``.
|
|||||||
.. class:: DateTimeRangeField(**options)
|
.. class:: DateTimeRangeField(**options)
|
||||||
|
|
||||||
Stores a range of timestamps. Based on a
|
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
|
the database and a :class:`~psycopg2:psycopg2.extras.DateTimeTZRange` in
|
||||||
Python.
|
Python.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user