Author: adrian
Date: 2011-04-17 13:55:26 -0700 (Sun, 17 Apr 2011)
New Revision: 16037

Modified:
   django/trunk/docs/ref/class-based-views.txt
Log:
Fixed #15800 -- Fixed error in class-based-views docs. Thanks, Natim

Modified: django/trunk/docs/ref/class-based-views.txt
===================================================================
--- django/trunk/docs/ref/class-based-views.txt 2011-04-17 20:51:19 UTC (rev 
16036)
+++ django/trunk/docs/ref/class-based-views.txt 2011-04-17 20:55:26 UTC (rev 
16037)
@@ -480,7 +480,7 @@
 
     **Mixins**
 
-        * :class:`django.views.generic.forms.FormMixin`
+        * :class:`django.views.generic.edit.FormMixin`
         * :class:`django.views.generic.detail.SingleObjectMixin`
 
     .. attribute:: success_url

-- 
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