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

Using values from the admin screen form in an action #77

Open
Waitak opened this issue Feb 21, 2017 · 0 comments
Open

Using values from the admin screen form in an action #77

Waitak opened this issue Feb 21, 2017 · 0 comments

Comments

@Waitak
Copy link

Waitak commented Feb 21, 2017

My use case requires that I modify one of the fields in the admin form, and then invoke an action. Basically, I need a function signature like that of ModelAdmin.save_model, which gives me access to the form in addition to the object. Using a POST (as discussed in #16) to do so seems like a workaround, but I'm not sure how to do that either. Any words of wisdom?

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

1 participant