Django

Code

Ticket #1833 (closed: fixed)

Opened 2 years ago

Last modified 2 years ago

Small errors in the tutorial [documentation issue]

Reported by: quarkcool@yahoo.fr Assigned to: jacob
Milestone: Component: Documentation
Version: SVN Keywords:
Cc: Triage Stage: Unreviewed
Has patch: 0 Needs documentation: 0
Needs tests: 0 Patch needs improvement: 0

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

:)

Attachments

Change History

05/16/06 15:45:22 changed by adrian

  • status changed from new to closed.
  • resolution set to fixed.

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


Add/Change #1833 (Small errors in the tutorial [documentation issue])




Change Properties
Action