> I see the /admin/csv_thing/ URL getting dispatched to (presumably) a > method in the target app, <my_app> - is this correct?
Yes, I put it in the views of the app. > If so (big drum roll here), does that mean a method in my_app can get > the content of 'result_list' from change_list.html, and work on it to > produce the CSV output? This would be a big deal IMHO. Probably not. At least I didn't do it, I just got the data for the csv generator using the standard get_list stuff etc, with Django it's only a few lines anyway. -- rgds, Jaanus