Possible form field types per model field type
- by Jonathan
Django's documentation specifies for each model field type the corresponding default form field type.
Alas, I couldn't find in the documentation, or anywhere else, what form field types are possible per model field type. Not all combinations are possible, right?
Same question for widgets...