Joshua Russo wrote: > When do you want your "dynamic actions" take place? >
I apoligize if I was unclear. I am referring to the admin actions that one can select from a select box at the top of lists in admin pages. It's described at http://docs.djangoproject.com/en/dev/ref/contrib/admin/actions/ There is no difficulty in adding static custom actions (as described at the link above), such as the default "Delete selected /item/s", but what I am trying to do is add actions that are based on a db relationship, such as "Set to account #1", which would set the local foreign key field to "account #1", which is a one of several records in the related model, and I would like one action for each of the records in the related model. Thanks. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---