Opened 19 years ago

Closed 19 years ago

Last modified 17 years ago

#381 closed defect (fixed)

Tutorial 1, the name of the file to modify is missing

Reported by: Steve Steiner Owned by: Adrian Holovaty
Component: Documentation Version: 1.0
Severity: normal Keywords: tutorial1, polls.py
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

At the " Let's fix that by editing the polls model and adding a repr() method to both Poll and Choice:" step, the file to modify is not specifically called out and requires the user who, at this point, is pretty clueless, to search back through the tutorial to find out exactly where this code is to be inserted.

The module to be modified should be specifically noted (Edit the polls/models/polls.py file).

Change History (4)

comment:1 by anonymous, 19 years ago

Component: Django project websiteDocumentation

comment:2 by anonymous, 19 years ago

Owner: changed from Jacob to Adrian Holovaty
Status: newassigned

comment:3 by Adrian Holovaty, 19 years ago

Resolution: fixed
Status: assignedclosed

(In [543]) Fixed #381 -- Clarified tutorial 1. Thanks, ssteiner

comment:4 by (none), 17 years ago

milestone: Version 1.0

Milestone Version 1.0 deleted

Note: See TracTickets for help on using tickets.
Back to Top