#448 closed defect (fixed)
formfield documentation uses IntegerField with choices, even though that doesn't work
Reported by: | 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.
Note:
See TracTickets
for help on using tickets.
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.