diff --git a/docs/ref/class-based-views.txt b/docs/ref/class-based-views.txt index 2676c2cefc..8f77d5722f 100644 --- a/docs/ref/class-based-views.txt +++ b/docs/ref/class-based-views.txt @@ -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 ~~~~~~~~~~~~~~~~