Opened 16 years ago
Closed 16 years ago
#10584 closed (duplicate)
db.Model delete() instance method is not clearly visible in the documentation of model instance
Reported by: | blep | Owned by: | nobody |
---|---|---|---|
Component: | Documentation | Version: | dev |
Severity: | Keywords: | ||
Cc: | Triage Stage: | Unreviewed | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
The part of the documentation documentating instance method barely mention the delete() method in the extra section. It should at least have an header to make it visible in the table of content.
I add to look-up the code to figure out what its name was before I could find the proper doc. There should also probably be a reference to the "making query" section of the documentation that has more documentation about deletion (kinda strange given the title ;-) ).
See:
http://docs.djangoproject.com/en/dev/ref/models/instances/#ref-models-instances
Change History (2)
comment:1 by , 16 years ago
comment:2 by , 16 years ago
Resolution: | → duplicate |
---|---|
Status: | new → closed |
Dupe of #9503