Skip to content

Commit

Permalink
Fixed #5834 -- Fixed import in formtools documentation, thanks tele…
Browse files Browse the repository at this point in the history
…nieko.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@6631 bcc190cf-cafb-0310-a4f2-bffc1f526a37
  • Loading branch information
gdub committed Oct 30, 2007
1 parent b237537 commit 9a30ed5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/form_preview.txt
Expand Up @@ -45,7 +45,7 @@ How to use ``FormPreview``


2. Create a ``FormPreview`` subclass that overrides the ``done()`` method:: 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 from myapp.models import SomeModel


class SomeModelFormPreview(FormPreview): class SomeModelFormPreview(FormPreview):
Expand Down

0 comments on commit 9a30ed5

Please sign in to comment.