#11041 closed (duplicate)
Document all QuerySet methods in QuerySet API
Reported by: | Idan Gazit | Owned by: | Derek Willis |
---|---|---|---|
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
Right now it is missing any mention of the update() and delete() methods, and possibly more.
There is some documentation in Making Queries but no reference documentation for some methods in the QuerySet API reference.
Change History (5)
comment:1 by , 15 years ago
Triage Stage: | Unreviewed → Accepted |
---|
comment:2 by , 14 years ago
milestone: | → 1.3 |
---|---|
Owner: | changed from | to
Status: | new → assigned |
comment:3 by , 14 years ago
comment:4 by , 14 years ago
Resolution: | → duplicate |
---|---|
Status: | assigned → closed |
Since update() has been added and #14599 mentions delete() explicitly, closing this as a duplicate.
Note:
See TracTickets
for help on using tickets.
#14004 documents the update method, so I'll focus on documenting the delete method here.