Commit e9fdecf9 authored by Tim Graham's avatar Tim Graham
Browse files

Removed DateTimeQuerySet from docs.

Obsolete since refs #23867.
parent 14ecbd02
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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.