Opened 15 years ago

Closed 15 years ago

Last modified 15 years ago

#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)

11508.diff (700 bytes ) - added by Tim Graham 15 years ago.

Download all attachments as: .zip

Change History (4)

by Tim Graham, 15 years ago

Attachment: 11508.diff added

comment:1 by Tim Graham, 15 years ago

Has patch: set
milestone: 1.0.3
Triage Stage: UnreviewedReady for checkin
Version: 1.0SVN

comment:2 by Karen Tracey, 15 years ago

Resolution: fixed
Status: newclosed

(In [11444]) Fixed #11508: Adding missing word to form wizard doc. Thanks thepointer and timo.

comment:3 by Karen Tracey, 15 years ago

(In [11445]) [1.0.x] Fixed #11508: Adding missing word to form wizard doc. Thanks thepointer and timo.

r11444 from trunk.

Note: See TracTickets for help on using tickets.
Back to Top