summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMalcolm Tredinnick <malcolm.tredinnick@gmail.com>2011-08-22 02:03:50 +0000
committerMalcolm Tredinnick <malcolm.tredinnick@gmail.com>2011-08-22 02:03:50 +0000
commite3cd0e671016f535f0108d550535335e04e5230d (patch)
treebeb4cd732180b494caa68ac33fcae8b63b4bd3ae /docs
parent1f233b479ad1329c7137f033c366b8f4894a6cd7 (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.txt2
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
~~~~~~~~~~~~~~~~