Hi all,

I would like to have actions that do not depend on selections
integrated into the admin too. For example I would like to have "reset
selected items" and "reset all items" in the same actions list. But
"reset all items" would not be called if no item is selected.

I do not see the point of explicitly disallowing calling the action if
no item is selected.

Here:
http://groups.google.com/group/django-users/browse_thread/thread/20448faaaa8a9502/
it is told that the way to have that functionality is to override the
admin templates and write views to handle that functionality.

Then I would have some admin actions in the ModelAdmin classes and
some in the views and admin templates, which is not a neat solution.

Can the ModelAdmin be overridden to let the selected action be
executed without caring about the queryset?


Thanks,
omat


--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to