Opened 15 years ago

Closed 12 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)

django_formwizard_hash.patch (1.7 KB ) - added by Ryan Williams 15 years ago.
Patch to allow customisation of FormWizard hash field name.

Download all attachments as: .zip

Change History (6)

by Ryan Williams, 15 years ago

Patch to allow customisation of FormWizard hash field name.

comment:1 by Ryan Williams, 15 years ago

Summary: FormWizard hash should be customisable.FormWizard hash field name should be customisable.

comment:2 by Jacob, 15 years ago

Triage Stage: UnreviewedAccepted

comment:3 by Julien Phalip, 13 years ago

Needs documentation: set
Needs tests: set
Severity: Normal
Type: New feature

comment:4 by Jannis Leidel, 13 years ago

Component: Formscontrib.formtools
Easy pickings: unset

comment:5 by Wiktor, 12 years ago

Resolution: fixed
Status: newclosed
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.
Back to Top