#23134 closed Bug (fixed)
Fixes for querysets.txt
Reported by: | Owned by: | nobody | |
---|---|---|---|
Component: | Documentation | Version: | dev |
Severity: | Normal | Keywords: | |
Cc: | Triage Stage: | Unreviewed | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | yes | UI/UX: | no |
Description
A few errors I noticed in the QuerySet doc page:
- Awkward phrasing and subject-verb agreement (variables ... is/are used) in this fragment:
the default is such that at maximum 999 variables per query is used
- commit d4e578d0 ("Allowed the use of None for the iexact lookup") added a second example get() query showing its use, but neglected to add the second query's equivalent to the "SQL equivalent" section below.
Attachments (1)
Change History (3)
by , 10 years ago
Attachment: | querysets_txt.diff added |
---|
comment:1 by , 10 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
In 66630f589cd641efe91f111919ad5059b8a01a88: