{"categories":[{"label":"Software Development","url":"https://skillfed.io/packages/category/software-development/17"},{"label":"Application Frameworks","url":"https://skillfed.io/packages/category/software-development-libraries-application-frameworks/5"},{"label":"Dynamic Content","url":"https://skillfed.io/packages/category/internet-www-http-dynamic-content/3"}],"enrichment":{"capability":"Adds a Django admin action that exports selected model instances from the admin changelist as CSV data, with configurable field selection and format options.","skillfed_tags":["django-admin","csv-export","data-extraction"],"use_cases":["Export user records from Django admin for reporting or data analysis without writing custom views.","Bulk download filtered queryset results (e.g., orders from a date range) as CSV for spreadsheet processing.","Extract related model data (e.g., customer name and associated order details) in a single CSV export.","Allow non-technical staff to download admin-filtered data without direct database access.","Customize CSV format (delimiter, quoting) per export to match downstream system requirements."],"what_it_does":"django-admin-csvexport is a Django admin action that lets you export selected records from any Django admin changelist as CSV. It integrates directly into the admin interface\u2014you select items, pick the action from the dropdown, and either view or download the resulting CSV file. The package supports field selection (including related model fields via dot notation), customizable CSV formatting (delimiter, quoting, line terminator), and optional deduplication of rows.\n\nThe export form is rendered by the action itself and respects Django settings like CSV_EXPORT_REFERENCE_DEPTH to control how deeply nested related models are included. You can pre-select fields, limit which fields are offered, and adjust CSV format parameters per ModelAdmin or globally. It works as a standard Django admin action with no special setup beyond adding it to your ModelAdmin's actions list.","worth_installing":"Yes, if you need quick CSV export from Django admin. The package is stable (Production/Stable classifier), supports modern Django versions through 6.0, has no known vulnerabilities, and installs with low friction. Maintenance is aging (211 days since last release), but the repository is not archived and the feature set is mature. Install it if exporting from admin is a core workflow; skip it if you need heavy data transformation or real-time exports."},"id":"django-admin-csvexport","links":{"html":"https://skillfed.io/packages/django-admin-csvexport","md":"https://skillfed.io/packages/django-admin-csvexport.md","pypi":"https://pypi.org/project/django-admin-csvexport/"},"maintenance":{"status":"aging"},"meta":{"latest_release":"2026-01-15","license_spdx":null,"license_treatment":"permissive","name":"django-admin-csvexport","python_support":"unspecified","summary":"Django-admin-action to export items as csv-formatted data."},"popularity":{"monthly_downloads":86892,"position":13827,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"2.4.1"}
