#15208 closed (fixed)
Document ModelAdmin.formfield_for_choice_field
Reported by: | Julien Phalip | Owned by: | nobody |
---|---|---|---|
Component: | Documentation | Version: | 1.2 |
Severity: | Keywords: | ||
Cc: | Triage Stage: | Ready for checkin | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
formfield_for_foreignkey
and formfield_for_manytomany
but formfield_for_choice_field
isn't. I think that formfield_for_choice_field
is very useful and that it should be part of the official API. See patch attached.
Attachments (1)
Change History (6)
by , 14 years ago
Attachment: | 15208_formfield_for_choice_field_doc.diff added |
---|
comment:1 by , 14 years ago
comment:2 by , 14 years ago
Triage Stage: | Unreviewed → Ready for checkin |
---|
Note:
See TracTickets
for help on using tickets.
Correction from the original description: "formfield_for_foreignkey and formfield_for_manytomany *are documented* but formfield_for_choice_field isn't".