Django

Code

Changeset 6631

Show
Ignore:
Timestamp:
10/30/07 17:57:46 (10 months ago)
Author:
gwilson
Message:

Fixed #5834 -- Fixed import in formtools documentation, thanks telenieko.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • django/trunk/docs/form_preview.txt

    r6247 r6631  
    4646    2. Create a ``FormPreview`` subclass that overrides the ``done()`` method:: 
    4747 
    48            from django.contrib.formtools import FormPreview 
     48           from django.contrib.formtools.preview import FormPreview 
    4949           from myapp.models import SomeModel 
    5050