#11508 closed (fixed)
Missing with in Form Wizard documentation
| Reported by: | Bradley Ayers | Owned by: | nobody |
|---|---|---|---|
| Component: | Documentation | Version: | dev |
| Severity: | Keywords: | formtools documentation | |
| Cc: | Triage Stage: | Ready for checkin | |
| Has patch: | yes | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | no | UI/UX: | no |
Description
http://docs.djangoproject.com/en/dev/ref/contrib/formtools/form-wizard/#creating-a-formwizard-class - 2nd paragraph:
"As your Form classes, this FormWizard class can live anywhere in your codebase, but convention is to put it in forms.py."
This should be:
"As with your Form classes, this FormWizard class can live anywhere in your codebase, but convention is to put it in forms.py."
.. or something similar.
Attachments (1)
Change History (4)
by , 16 years ago
| Attachment: | 11508.diff added |
|---|
comment:1 by , 16 years ago
| Has patch: | set |
|---|---|
| milestone: | 1.0.3 |
| Triage Stage: | Unreviewed → Ready for checkin |
| Version: | 1.0 → SVN |
comment:2 by , 16 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
comment:3 by , 16 years ago
Note:
See TracTickets
for help on using tickets.
(In [11444]) Fixed #11508: Adding missing word to form wizard doc. Thanks thepointer and timo.