Opened 17 years ago
Closed 14 years ago
#9583 closed New feature (fixed)
FormWizard hash field name should be customisable.
| Reported by: | Ryan Williams | Owned by: | nobody |
|---|---|---|---|
| Component: | contrib.formtools | Version: | 1.0 |
| Severity: | Normal | Keywords: | FormWizard hash |
| Cc: | Triage Stage: | Accepted | |
| Has patch: | yes | Needs documentation: | yes |
| Needs tests: | yes | Patch needs improvement: | no |
| Easy pickings: | no | UI/UX: | no |
Description
As stated in the source code:
# TODO: Move "hash_%d" to a method to make it configurable.
I needed to do this for a project, so I've attached the patch I created.
Attachments (1)
Change History (6)
by , 17 years ago
| Attachment: | django_formwizard_hash.patch added |
|---|
comment:1 by , 17 years ago
| Summary: | FormWizard hash should be customisable. → FormWizard hash field name should be customisable. |
|---|
comment:2 by , 17 years ago
| Triage Stage: | Unreviewed → Accepted |
|---|
comment:3 by , 15 years ago
| Needs documentation: | set |
|---|---|
| Needs tests: | set |
| Severity: | → Normal |
| Type: | → New feature |
comment:4 by , 14 years ago
| Component: | Forms → contrib.formtools |
|---|---|
| Easy pickings: | unset |
comment:5 by , 14 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
| UI/UX: | unset |
FormWizard is rewritten in new version of django, I would resolve this as wontfix.
Note:
See TracTickets
for help on using tickets.
Patch to allow customisation of FormWizard hash field name.