Make QuerySet.delete() return the number of deleted objects
This should be only be the number of objects deleted from the primary table (because other results may be hard to get with #7539).
Has patch: |
set
|
Needs documentation: |
set
|
Needs tests: |
set
|
Triage Stage: |
Unreviewed → Accepted
|
milestone: |
→ 1.3
|
Owner: |
changed from nobody to Derek Willis
|
Status: |
new → assigned
|
Needs documentation: |
unset
|
Needs tests: |
unset
|
milestone: |
1.3
|
Severity: |
→ Normal
|
Type: |
→ Uncategorized
|
Type: |
Uncategorized → New feature
|
Patch needs improvement: |
set
|
Easy pickings: |
unset
|
Owner: |
changed from Derek Willis to nobody
|
Status: |
assigned → new
|
Resolution: |
→ duplicate
|
Status: |
new → closed
|
Added tests and docs to patch