Opened 16 years ago

Closed 13 years ago

#8619 closed New feature (fixed)

Allow FormWizard to accept classes or instances

Reported by: rokclimb15 Owned by: nobody
Component: contrib.formtools Version: dev
Severity: Normal Keywords:
Cc: Triage Stage: Someday/Maybe
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

This is a feature request for FormWizard to take instances of Forms rather than just callable classes. This will allow modification of the form_list in process_step to give extra arguments to Form instances (such as to specify dynamic field creation). I am not entirely sure how to accomplish this, or I would include a patch. I think it would involve some introspection work to figure out if the object is callable hasattr('callable')?

If someone can point me in the right direction, I can make the patch for this.

Change History (3)

comment:1 by Jacob, 15 years ago

Triage Stage: UnreviewedSomeday/Maybe

comment:2 by Luke Plant, 13 years ago

Severity: Normal
Type: New feature

comment:3 by Jannis Leidel, 13 years ago

Easy pickings: unset
Resolution: fixed
Status: newclosed

Superseded by #9200.

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