I would like to see human readable column headers in csv, similar to column headers in admin panel.
Use column_labels for column headers while exporting table to csv.
Let's look how it work now. For example ModelAdmin has following attribute:
column_labels = {
"is_platform": "zero cycle",
"is_platform_for_every_section": "zero cycle for section",
"is_foundation": "fundament",
}
csv header looks like this:
I suggest use values of column_labels
for headers in csv like this:
No response
I'll provide a PR for this feature.
Pay now to fund the work behind this issue.
Get updates on progress being made.
Maintainer is rewarded once the issue is completed.
You're funding impactful open source efforts
You want to contribute to this effort
You want to get funding like this too