From e3720b990a33ae259da4b1f1f6069aa6bbc8c03d Mon Sep 17 00:00:00 2001 From: Renato Oliveira Date: Fri, 11 Sep 2015 10:14:35 -0500 Subject: Fixed #25382 -- Removed obsolete references to DateQuerySet. --- docs/ref/models/querysets.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'docs/ref/models') diff --git a/docs/ref/models/querysets.txt b/docs/ref/models/querysets.txt index 47a75ddfc6..3b681dc543 100644 --- a/docs/ref/models/querysets.txt +++ b/docs/ref/models/querysets.txt @@ -646,9 +646,9 @@ dates .. method:: dates(field, kind, order='ASC') -Returns a ``DateQuerySet`` — a ``QuerySet`` that evaluates to a list of -:class:`datetime.date` 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.date` +objects representing all available dates of a particular kind within the +contents of the ``QuerySet``. ``field`` should be the name of a ``DateField`` of your model. ``kind`` should be either ``"year"``, ``"month"`` or ``"day"``. Each -- cgit v1.3