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

Add changelist template #42

Closed
Goldziher opened this issue May 19, 2021 · 1 comment
Closed

Add changelist template #42

Goldziher opened this issue May 19, 2021 · 1 comment

Comments

@Goldziher
Copy link

Currently the way import/export works is with an action, from the action dropdown.

The problem here is that sometimes you want to have custom logic that is not based on selecting elements from a model list. In my case I need an export action that exports hundreds of thousand of rows into csv - and the user needs to make a selection in a dropdown but not pass a list of pks. Instead I am overriding the get_queryset method of the resource in question.

@timthelion
Copy link
Member

I think this is a dup of #37 (comment)

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

No branches or pull requests

2 participants