summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2015-04-18 10:13:41 -0400
committerTim Graham <timograham@gmail.com>2015-04-18 10:14:22 -0400
commite9fdecf98417e39a93c81a854a780550321a9795 (patch)
tree8253bfa7c291eef659b493310a5c76dbad545c2e /docs
parent14ecbd02a337c15ffd0c319d14a56bf21127f42c (diff)
Removed DateTimeQuerySet from docs.
Obsolete since refs #23867.
Diffstat (limited to 'docs')
-rw-r--r--docs/ref/models/querysets.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/ref/models/querysets.txt b/docs/ref/models/querysets.txt
index fdaa79540a..733025a5f1 100644
--- a/docs/ref/models/querysets.txt
+++ b/docs/ref/models/querysets.txt
@@ -678,9 +678,9 @@ datetimes
.. method:: datetimes(field_name, kind, order='ASC', tzinfo=None)
-Returns a ``DateTimeQuerySet`` — a ``QuerySet`` that evaluates to a list of
-:class:`datetime.datetime` objects representing all available dates of a
-particular kind within the contents of the ``QuerySet``.
+Returns a ``QuerySet`` that evaluates to a list of :class:`datetime.datetime`
+objects representing all available dates of a particular kind within the
+contents of the ``QuerySet``.
``field_name`` should be the name of a ``DateTimeField`` of your model.