I want to change multiple column names in list_display
. You could do this with an attribute function using short_description
as shown here: Django admin listview Customize Column Name. However, this sounds not very practical if I want to change around 25 column headers.
Is there a more efficient way?