No required field indication in TabularInline
In StackedInline the label of a required field is assigned the class attribute "required". In TabularInline (and GenericTabularInline) however there is no such indication. You have to save in order to know what fields are required. Usability wise it would be nice if the table head cell in a tabular inline also received the "required" class.
Change History
(3)
milestone: |
→ 1.2
|
Triage Stage: |
Unreviewed → Accepted
|
Resolution: |
→ fixed
|
Status: |
new → closed
|
The 'required' field was added in the 1.2 cycle (or rather, restored in the 1.2 cycle - it existed in 0.96, and was lost in the newforms refactor). It exists on StackedInline by accident (due to a shared template fragment) - it should be added to TabularInline for consistency.