Typo fix in class-based view documentation.

Fixed #16666. Thanks saebyn.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@16640 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Malcolm Tredinnick 2011-08-22 02:03:50 +00:00
parent 1f233b479a
commit e3cd0e6710
1 changed files with 1 additions and 1 deletions

View File

@ -766,7 +766,7 @@ DateMixin
Determine whether to include "future" objects on this page, where
"future" means objects in which the field specified in ``date_field``
is greater than the current date/time. Returns
:attr:`DateMixin.date_field` by default.
:attr:`DateMixin.allow_future` by default.
BaseDateListView
~~~~~~~~~~~~~~~~