Document that the admin bulk delete doesn't call Model.delete()
As per #10751 the admin delete action doesn't call Model.delete()
. That ticket is DDN and could go either way, but for now we need to explain this behavior in the bulk admin docs. We should indicate that the workaround is easy: define a custom bulk delete action that does call Model.delete()
.
Owner: |
changed from nobody to Idan Gazit
|
Has patch: |
set
|
Needs documentation: |
unset
|
Version: |
1.0 → SVN
|
Triage Stage: |
Accepted → Ready for checkin
|
Owner: |
changed from Idan Gazit to Jacob
|
Status: |
new → assigned
|
Resolution: |
→ fixed
|
Status: |
assigned → closed
|
Easy pickings: |
unset
|
Severity: |
→ Normal
|
Type: |
→ Uncategorized
|
UI/UX: |
unset
|
Attached patch warns and provides link to
QuerySet.delete
docs. Needs review but otherwise complete.