Kaydet (Commit) 3c0b2b80 authored tarafından Claude Paroz's avatar Claude Paroz

Fixed #28532 -- Fixed typo in PostgreSQL field docs

Thanks Andreas Poisel for the report.
üst 61da949f
...@@ -658,7 +658,7 @@ excluded; that is, ``[)``. ...@@ -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.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment