Author: mtredinnick
Date: 2011-08-21 19:03:50 -0700 (Sun, 21 Aug 2011)
New Revision: 16640

Modified:
   django/trunk/docs/ref/class-based-views.txt
Log:
Typo fix in class-based view documentation.

Fixed #16666. Thanks saebyn.

Modified: django/trunk/docs/ref/class-based-views.txt
===================================================================
--- django/trunk/docs/ref/class-based-views.txt 2011-08-22 01:07:19 UTC (rev 
16639)
+++ django/trunk/docs/ref/class-based-views.txt 2011-08-22 02:03:50 UTC (rev 
16640)
@@ -766,7 +766,7 @@
         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
 ~~~~~~~~~~~~~~~~

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to django-updates@googlegroups.com.
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en.

Reply via email to