Can you add parameters to Django custom admin actions?

Viewed 9515

For example (not the case, but just to illustrate) if I wanted to add an action to set a specific field in the selected items to X. Is it possible to add an action to allow X to be entered as opposed to hard coded?

2 Answers
Related