diff options
| author | Marc Garcia <garcia.marc@gmail.com> | 2009-08-16 21:45:09 +0000 |
|---|---|---|
| committer | Marc Garcia <garcia.marc@gmail.com> | 2009-08-16 21:45:09 +0000 |
| commit | 18e151bc3f8a85f2766d64262902a9fcad44d937 (patch) | |
| tree | e8c8c58ab590afb30356bea2a445da89ca304325 /docs/ref/contrib/formtools | |
| parent | 1d5aad87f4cd4ccffd24fffe25d6fa6be0bfbdf4 (diff) | |
[soc2009/i18n] merged up to trunk r11463archive/soc2009/i18n-improvements
git-svn-id: http://code.djangoproject.com/svn/django/branches/soc2009/i18n-improvements@11464 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/ref/contrib/formtools')
| -rw-r--r-- | docs/ref/contrib/formtools/form-wizard.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/contrib/formtools/form-wizard.txt b/docs/ref/contrib/formtools/form-wizard.txt index c81c24242a..98f0dbad42 100644 --- a/docs/ref/contrib/formtools/form-wizard.txt +++ b/docs/ref/contrib/formtools/form-wizard.txt @@ -95,7 +95,7 @@ Creating a ``FormWizard`` class The next step is to create a :class:`~django.contrib.formtools.wizard.FormWizard` class, which should be a subclass of ``django.contrib.formtools.wizard.FormWizard``. -As your :class:`~django.forms.forms.Form` classes, this +As with your :class:`~django.forms.forms.Form` classes, this :class:`~django.contrib.formtools.wizard.FormWizard` class can live anywhere in your codebase, but convention is to put it in :file:`forms.py`. |
