Author: gwilson
Date: 2007-10-30 17:57:46 -0500 (Tue, 30 Oct 2007)
New Revision: 6631

Modified:
   django/trunk/docs/form_preview.txt
Log:
Fixed #5834 -- Fixed import in `formtools` documentation, thanks telenieko.


Modified: django/trunk/docs/form_preview.txt
===================================================================
--- django/trunk/docs/form_preview.txt  2007-10-30 22:50:42 UTC (rev 6630)
+++ django/trunk/docs/form_preview.txt  2007-10-30 22:57:46 UTC (rev 6631)
@@ -45,7 +45,7 @@
 
     2. Create a ``FormPreview`` subclass that overrides the ``done()`` method::
 
-           from django.contrib.formtools import FormPreview
+           from django.contrib.formtools.preview import FormPreview
            from myapp.models import SomeModel
 
            class SomeModelFormPreview(FormPreview):


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

Reply via email to