Opened 13 years ago

Closed 13 years ago

Last modified 13 years ago

#15769 closed Cleanup/optimization (fixed)

FormWizard's initial argument is undocumented

Reported by: Stephen Paulger Owned by: Jake Rothenbuhler
Component: Documentation Version: 1.3
Severity: Normal Keywords:
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

The very useful argument to FormWizard "initial" is not documented on http://docs.djangoproject.com/en/1.3/ref/contrib/formtools/form-wizard/

Attachments (1)

15769.diff (1.4 KB ) - added by Jake Rothenbuhler 13 years ago.

Download all attachments as: .zip

Change History (9)

comment:1 by Julien Phalip, 13 years ago

Component: Djangoproject.com Web siteDocumentation
Triage Stage: UnreviewedAccepted
Type: UncategorizedCleanup/optimization

comment:2 by anonymous, 13 years ago

Owner: changed from nobody to anonymous
Status: newassigned

comment:3 by Jake Rothenbuhler, 13 years ago

Owner: changed from anonymous to Jake Rothenbuhler
Status: assignednew

comment:4 by Jake Rothenbuhler, 13 years ago

Status: newassigned

by Jake Rothenbuhler, 13 years ago

Attachment: 15769.diff added

comment:5 by Jake Rothenbuhler, 13 years ago

Has patch: set

comment:6 by dmclain, 13 years ago

Easy pickings: unset
Triage Stage: AcceptedReady for checkin

comment:7 by Tim Graham, 13 years ago

Resolution: fixed
Status: assignedclosed

In [16229]:

Fixed #15769 - Documented FormWizard's initial argument; thanks aimaz for the suggestion; jrothenbuhler for the patch.

comment:8 by Tim Graham, 13 years ago

In [16230]:

[1.3.X] Fixed #15769 - Documented FormWizard's initial argument; thanks aimaz for the suggestion; jrothenbuhler for the patch.

Backport of r16229 from trunk.

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