Commit e3cd0e67 authored by Malcolm Tredinnick's avatar Malcolm Tredinnick
Browse files

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
parent 1f233b47
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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
~~~~~~~~~~~~~~~~