Admin Actions: Display Message on Empty Queryset
When a user chooses an action in the Admin's change list (such as, "Delete selected Items") and hits "Go", but no items have been selected, the action function does not fire, and no message is sent to the user. I've noticed that some people have been confused by this. I realize it sounds dumb, but it would be less confusing for users if there were a message created - something like, "Items must be selected in order to perform actions on them. No items have been changed.", when a user clicks Go with nothing selected.
Triage Stage: |
Unreviewed → Accepted
|
Component: |
Contrib apps → django.contrib.admin
|
Triage Stage: |
Accepted → Design decision needed
|
Triage Stage: |
Design decision needed → Accepted
|
Needs documentation: |
set
|
Needs tests: |
set
|
Owner: |
changed from nobody to Paul Smith
|
Status: |
new → assigned
|
Has patch: |
set
|
Needs documentation: |
unset
|
Needs tests: |
unset
|
Resolution: |
→ fixed
|
Status: |
assigned → closed
|
Sounds fair enough