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:
parent
1f233b479a
commit
e3cd0e6710
|
@ -766,7 +766,7 @@ DateMixin
|
||||||
Determine whether to include "future" objects on this page, where
|
Determine whether to include "future" objects on this page, where
|
||||||
"future" means objects in which the field specified in ``date_field``
|
"future" means objects in which the field specified in ``date_field``
|
||||||
is greater than the current date/time. Returns
|
is greater than the current date/time. Returns
|
||||||
:attr:`DateMixin.date_field` by default.
|
:attr:`DateMixin.allow_future` by default.
|
||||||
|
|
||||||
BaseDateListView
|
BaseDateListView
|
||||||
~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~
|
||||||
|
|
Loading…
Reference in New Issue