summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClaude Paroz <claude@2xlibre.net>2017-08-26 10:20:01 +0200
committerClaude Paroz <claude@2xlibre.net>2017-08-26 10:22:45 +0200
commit503b9ab7ad8369ce1e1566de987872ccebc11f08 (patch)
tree16169c276c425a4715b7f3d532119207d1f95bae
parent58aaf13e759cf60f8eaab42f650921923fde6502 (diff)
[1.11.x] Fixed #28532 -- Fixed typo in PostgreSQL field docs
Thanks Andreas Poisel for the report. Backport of 3c0b2b80edbe744f45b59fa29219db4997d2a108 from master.
-rw-r--r--docs/ref/contrib/postgres/fields.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/contrib/postgres/fields.txt b/docs/ref/contrib/postgres/fields.txt
index 2048bb064e..d2e01f6d7e 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.