Opened 12 years ago
Closed 12 years ago
#21994 closed New feature (fixed)
Pass a dict of forms to WizardView.done()
| Reported by: | Julian Wachholz | Owned by: | Julian Wachholz |
|---|---|---|---|
| Component: | contrib.formtools | Version: | dev |
| Severity: | Normal | Keywords: | formtools wizard |
| Cc: | Triage Stage: | Accepted | |
| Has patch: | yes | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | yes | UI/UX: | no |
Description
Passing a second argument to calls of done() methods in WizardViews allows handling forms by their name in NamedUrlWizardViews.
This makes it especially useful when dealing with a lot of conditional forms rather than relying on their index number in the form list.
Change History (3)
comment:1 by , 12 years ago
| Triage Stage: | Unreviewed → Accepted |
|---|
comment:2 by , 12 years ago
comment:3 by , 12 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Pull request is here:
https://github.com/django/django/pull/2257