Changeset 8215 for django/branches/gis/docs/form_preview.txt
- Timestamp:
- 08/05/08 12:15:33 (5 months ago)
- Files:
-
- django/branches/gis (modified) (1 prop)
- django/branches/gis/docs/form_preview.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/branches/gis
- Property svnmerge-integrated changed from /django/trunk:1-7978 to /django/trunk:1-8214
django/branches/gis/docs/form_preview.txt
r7768 r8215 14 14 ========= 15 15 16 Given a ``django. newforms.Form`` subclass that you define, this application16 Given a ``django.forms.Form`` subclass that you define, this application 17 17 takes care of the following workflow: 18 18 … … 66 66 from myapp.preview import SomeModelFormPreview 67 67 from myapp.models import SomeModel 68 from django import newforms asforms68 from django import forms 69 69 70 70 ...and add the following line to the appropriate model in your URLconf::
