diff options
| author | Malcolm Tredinnick <malcolm.tredinnick@gmail.com> | 2011-08-22 02:03:50 +0000 |
|---|---|---|
| committer | Malcolm Tredinnick <malcolm.tredinnick@gmail.com> | 2011-08-22 02:03:50 +0000 |
| commit | e3cd0e671016f535f0108d550535335e04e5230d (patch) | |
| tree | beb4cd732180b494caa68ac33fcae8b63b4bd3ae /docs | |
| parent | 1f233b479ad1329c7137f033c366b8f4894a6cd7 (diff) | |
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
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/ref/class-based-views.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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 ~~~~~~~~~~~~~~~~ |
