#14494 closed (fixed)
Typo with generic view guide in tutorial 04
Reported by: | Andrews Medina | Owned by: | Andrews Medina |
---|---|---|---|
Component: | Documentation | Version: | dev |
Severity: | Keywords: | generic view, tutorial | |
Cc: | Triage Stage: | Unreviewed | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
Comma missing, and a missing info_dict in example code.
Attachments (1)
Change History (3)
by , 14 years ago
Attachment: | tutorial04.patch added |
---|
comment:1 by , 14 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
(In [14278]) Fixed #14494 -- Cleanup and typo in tutorial 4, introduced by class-based view changes. Thanks to Andrews Medina for the report.