Changeset 6631
- Timestamp:
- 10/30/07 17:57:46 (10 months ago)
- Files:
-
- django/trunk/docs/form_preview.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/docs/form_preview.txt
r6247 r6631 46 46 2. Create a ``FormPreview`` subclass that overrides the ``done()`` method:: 47 47 48 from django.contrib.formtools import FormPreview48 from django.contrib.formtools.preview import FormPreview 49 49 from myapp.models import SomeModel 50 50
