Opened 19 years ago

Closed 19 years ago

Last modified 18 years ago

#448 closed defect (fixed)

formfield documentation uses IntegerField with choices, even though that doesn't work

Reported by: hugo <gb@…> Owned by: Jacob
Component: Documentation Version:
Severity: normal Keywords:
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

The sample in the formfields documentation on custom manipulators uses a choices= parameter on an IntegerField. But choices= is only implemented by SelectField and variants thereof.

Change History (2)

comment:1 by dustin@…, 19 years ago

Can you give an example of what you think is not working? I use choices on PositiveIntegerFields in some of my apps and it works as expected.

comment:2 by Adrian Holovaty, 19 years ago

Resolution: fixed
Status: newclosed

Fixed in [610].

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