#16580 closed Cleanup/optimization (fixed)
A small vocabulary error in the queryset reference
Reported by: | Owned by: | nobody | |
---|---|---|---|
Component: | Documentation | Version: | 1.3 |
Severity: | Normal | Keywords: | |
Cc: | Triage Stage: | Ready for checkin | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | yes | UI/UX: | no |
Description
"Ths includes foreign keys that have null=True" 'Ths' in the previous sentence should be changed to 'This'. You have omitted the 'i' between 'h' and 's'
Attachments (1)
Change History (4)
comment:1 by , 13 years ago
Easy pickings: | set |
---|---|
Triage Stage: | Unreviewed → Ready for checkin |
by , 13 years ago
Attachment: | 16580.diff added |
---|
Note:
See TracTickets
for help on using tickets.
Indeed, the typo is in docs/ref/models/querysets.txt.
I'm marking as ready for checkin since the fix is trivial.