#10812 closed (fixed)
Slight documentation inconsistency in querysets.txt
Reported by: | Joshua Uziel | Owned by: | nobody |
---|---|---|---|
Component: | Documentation | Version: | dev |
Severity: | Keywords: | ||
Cc: | Triage Stage: | Ready for checkin | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
Under http://docs.djangoproject.com/en/dev/ref/models/querysets/#id8 there is an example with
>>> q[0].entry__count
and below it the text
The Blog model doesn't define an entry_count attribute by itself ...
That one has one underscore and the other two may be inconsistent (it's subjective). Just in case, here's a bug and a patch.
Attachments (1)
Change History (4)
by , 16 years ago
Attachment: | entry__count.diff added |
---|
comment:1 by , 16 years ago
Triage Stage: | Unreviewed → Ready for checkin |
---|
comment:2 by , 16 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
One underscore added