#11141 closed (fixed)
django.contrib.admin docs -- Error in code example
Reported by: | Stein Magnus Jodal | 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
In one of the django.contrib.admin doc examples, the Person.born_in_fifties() method does not do what the method name implies.
Attachments (2)
Change History (5)
by , 16 years ago
Attachment: | django-ticket-11141.diff added |
---|
by , 15 years ago
Attachment: | 11141.diff added |
---|
comment:1 by , 15 years ago
Triage Stage: | Unreviewed → Ready for checkin |
---|
I'm guessing based on the slice, that this is actually what was intended.
comment:2 by , 15 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:3 by , 15 years ago
Note:
See TracTickets
for help on using tickets.
Patch which fixes the inconsistency.