Opened 14 years ago

Closed 14 years ago

#13598 closed (invalid)

Missing documentation regarding which Form fields may apply to which Model fields in ModelForm

Reported by: jonathan_livni Owned by: nobody
Component: Uncategorized Version: 1.2
Severity: 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

Here there's a list of default Form fields per Model field in ModelForm.
Here you explain that they may be overriden.

But I couldn't find a table that details which Form fields are possible per Model field.

Change History (1)

comment:1 by James Bennett, 14 years ago

Resolution: invalid
Status: newclosed

Django doesn't restrict the form field types you can use.

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