Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(export): add initial form values for CSV export #77

Merged
merged 1 commit into from
Nov 7, 2015

Conversation

asfaltboy
Copy link
Contributor

This allows providing a dictionary in settings.ADMINACTIONS_CSV_OPTIONS_DEFAULT to customize initial values of the CSV Export form. E.g. to always mark headers by default you would do:

ADMINACTIONS_CSV_OPTIONS_DEFAULT = {"header": True}

@landscape-bot
Copy link

Code Health
Code quality remained the same when pulling 9f8866d on asfaltboy:csv-export-form-settings into 4f06956 on saxix:develop.

@saxix saxix merged commit 9f8866d into saxix:develop Nov 7, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants