mirror of
https://github.com/django/django.git
synced 2025-10-17 05:47:44 +00:00
parent
14ecbd02a3
commit
e9fdecf984
1 changed files with 3 additions and 3 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue