Opened 18 years ago

Closed 18 years ago

Last modified 17 years ago

#1833 closed defect (fixed)

Small errors in the tutorial [documentation issue]

Reported by: quarkcool@… Owned by: Jacob
Component: Documentation Version: dev
Severity: normal Keywords:
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

I've found some small errors in the tutorial :

tutorial02

line 74 : wrong filename => mysite/polls/models/polls.py should be mysite/polls/models.py

tutorial03

line 97 : backslash not escaped : maybe \d+ should be replaced by
d+ (I'm not sure about this one)

tutorial04

line 222 : you should replace polls/polls_detail with polls/poll_detail

:)

Change History (1)

comment:1 by Adrian Holovaty, 18 years ago

Resolution: fixed
Status: newclosed

(In [2923]) Fixed #1833 -- Fixed some errors in tutorials. Thanks, quarkcool@…

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