django-smuggler icon indicating copy to clipboard operation
django-smuggler copied to clipboard

Allow exporting of selected model objects with Admin actions

Open mattimustang opened this issue 14 years ago • 1 comments

Create an admin action (http://docs.djangoproject.com/en/1.1/ref/contrib/admin/actions/#ref-contrib-admin-actions) to allow one or more model objects to be selected and exported.

mattimustang avatar Jan 23 '10 00:01 mattimustang

There are a bunch of apps which I guess does this now, esp https://github.com/saxix/django-adminactions

jayvdb avatar Aug 01 '20 02:08 jayvdb