#20262 closed Bug (fixed)
"Article" in the note should be "Author"
Reported by: | anonymous | Owned by: | Moses Mugisha |
---|---|---|---|
Component: | Documentation | Version: | 1.4 |
Severity: | Normal | Keywords: | |
Cc: | bmispelon@… | Triage Stage: | Ready for checkin |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | yes | UI/UX: | no |
Description
There's a note in the beginning of the generic editing views page (https://docs.djangoproject.com/en/dev/ref/class-based-views/generic-editing/) that reads as follows:
Some of the examples on this page assume that an Article model has been defined as follows in myapp/models.py: ... class Author(models.Model): ...
The "Article" should probably be "Author", since the model's name in the note and in following examples is "Author".
Attachments (1)
Change History (6)
comment:1 by , 12 years ago
Cc: | added |
---|---|
Easy pickings: | set |
Triage Stage: | Unreviewed → Accepted |
comment:2 by , 12 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:3 by , 12 years ago
Has patch: | set |
---|---|
Triage Stage: | Accepted → Ready for checkin |
Type: | Uncategorized → Bug |
Patch looks good. I'm marking this as "Ready for checkin".
Thank you for your contribution.
comment:4 by , 12 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
Indeed it should be.
For anyone who would like to try their hand at it, the file to change is
docs/ref/class-based-views/generic-editing.txt
.Thanks for the report.