#14599 closed (fixed)
delete() is not documented on 'QuerySet API reference' page
| Reported by: | abeld | Owned by: | nobody |
|---|---|---|---|
| Component: | Documentation | Version: | dev |
| Severity: | Keywords: | ||
| Cc: | Triage Stage: | Accepted | |
| Has patch: | no | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | no | UI/UX: | no |
Description
According to http://docs.djangoproject.com/en/dev/topics/db/queries/
'Every QuerySet has a delete() method, which deletes all members of that QuerySet.'
but that method is not mentioned on http://docs.djangoproject.com/en/dev/ref/models/querysets/
(in fact, the word 'delete' does not appear on that page at all)
Change History (4)
comment:1 by , 15 years ago
| Triage Stage: | Unreviewed → Accepted |
|---|
comment:2 by , 15 years ago
This is fixed in the patch for #7539, which I'm planning to land for 1.3.
comment:3 by , 15 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
comment:4 by , 15 years ago
Note:
See TracTickets
for help on using tickets.
yep, that probably ought to be documented under "QuerySet methods that do not return QuerySets".