Opened 16 years ago
Closed 16 years ago
#9000 closed (fixed)
Documentation for reverse() and all() QuerySet methods missing
Reported by: | Ramiro Morales | Owned by: | nobody |
---|---|---|---|
Component: | Documentation | Version: | 1.0 |
Severity: | Keywords: | ||
Cc: | Triage Stage: | Unreviewed | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | yes |
Easy pickings: | no | UI/UX: | no |
Description
They seem to have been dropped during the docs refactoring.
See http://www.djangoproject.com/documentation/db-api/#queryset-methods-that-return-new-querysets v. http://docs.djangoproject.com/en/dev/ref/models/querysets/#queryset-methods-that-return-new-querysets
Attachments (2)
Change History (8)
comment:1 by , 16 years ago
comment:2 by , 16 years ago
Has patch: | set |
---|
by , 16 years ago
Attachment: | doc-fixes-r8995.diff added |
---|
Patch generated using Mercurial, apply using patch -p1
comment:3 by , 16 years ago
Patch needs improvement: | set |
---|
Your patch makes changes to a large number of files within Django. Could you resubmit the patch to just address reverse() and all()? Doing so would make it a lot easier to apply.
comment:4 by , 16 years ago
Simon:
It seemed a bit awkward to have to create individual patches and get a committer to analize them apiece for issues (ten in total) that are all obvious documentation bugs (typos, reST errors), some of them unreported detected by a visual inspection of all the documentation.
I've attached doc-fixes-r8995-2.diff
generated by running
$ filterdiff --strip=1 -i *querysets.txt doc-fixes-r8995.diff > doc-fixes-r8995-2.diff
but please consider reviewing and applying all the other fixes included in doc-fixes-r8995.diff
by , 16 years ago
Attachment: | doc-fixes-r8995-2.diff added |
---|
comment:5 by , 16 years ago
comment:6 by , 16 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
The patch attached contains also fixes for tickets documentation #6979, #7102, #8371, #8480, #8858, #8969, #8996 as of r8995.
I have decided to no specify
-bB
command line switches tohg diff
so the patch also contains a bunch of trailing spaces truncation thunks in the modified files.