Hi All, Apologies if I've missed something somewhere and that I haven't dug into the admin internals... I've got an upcoming project which I would like to use django for, one of the requirements is that they are able to export a CSV of the results on any of the pages that list a series of items in the admin (eg. they want to be able to export a CSV of all their users).
What is involved in creating a custom output format for all the listing views?