Opened 9 years ago
Closed 9 years ago
#25967 closed Cleanup/optimization (fixed)
TabularInline headers don't have good indication for whether or not a field is required
Description ¶
The change form and StackedInline labels are bold if the field is required. The TabularInline headers don't have any distinct styling in this regard. It's not a regression in the new styling in Django 1.9 though.
Change History (7)
comment:1 by , 9 years ago
comment:6 by , 9 years ago
Please have look at the changes at https://github.com/akki/django/tree/ticket_25967
I have made the required fields black in color against the default gray color.
Let me know if any other changes are required else I would create a pull request.
Note:
See TracTickets
for help on using tickets.
Would this require modifications in the TabularInline templates ?
I would like to volunteer to work on this :D