#11477 closed (fixed)
Generic views doc points out design flaw with wrong queryset
Reported by: | msmith64 | Owned by: | nobody |
---|---|---|---|
Component: | Documentation | Version: | dev |
Severity: | Keywords: | ||
Cc: | Triage Stage: | Ready for checkin | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
http://docs.djangoproject.com/en/dev/topics/generic-views/#adding-extra-context points out a "subtle bug"; however, the description refers to "Publisher.objects.all()". The following Note section explicitly states that, "This problem doesn't apply to the queryset generic view argument," which means that the previous paragraph must refer to "Books.objects.all()", not "Publisher.objects.all()".
Attachments (1)
Change History (4)
by , 15 years ago
Attachment: | 11477.diff added |
---|
comment:1 by , 15 years ago
Component: | Uncategorized → Documentation |
---|---|
Triage Stage: | Unreviewed → Ready for checkin |
Version: | 1.0 → SVN |
comment:2 by , 15 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Fixed in r11484, thanks.