Kaydet (Commit) 6b39401b authored tarafından Oliver Meinusch's avatar Oliver Meinusch Kaydeden (comit) Tim Graham

Fixed QuerySet datetimes argument name in docs.

üst e460b1c5
......@@ -649,13 +649,13 @@ Examples::
datetimes
~~~~~~~~~
.. method:: datetimes(field, kind, order='ASC', tzinfo=None)
.. 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``.
``field`` should be the name of a ``DateTimeField`` of your model.
``field_name`` should be the name of a ``DateTimeField`` of your model.
``kind`` should be either ``"year"``, ``"month"``, ``"day"``, ``"hour"``,
``"minute"`` or ``"second"``. Each ``datetime.datetime`` object in the result
......
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