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:20:01 +0200
commit3c0b2b80edbe744f45b59fa29219db4997d2a108 (patch)
tree8314843354f98e9c718138e0119f11d9990824b6
parent61da949ff66b1e93e16ee112a5de2cf4a60ae5f3 (diff)
Fixed #28532 -- Fixed typo in PostgreSQL field docs
Thanks Andreas Poisel for the report.
-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 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.