Opened 16 years ago

Closed 16 years ago

Last modified 16 years ago

#9257 closed (fixed)

Incorrect description of urls.py contents

Reported by: a2 Owned by: nobody
Component: Documentation Version: dev
Severity: Keywords: urls.py
Cc: Triage Stage: Accepted
Has patch: no Needs documentation: yes
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

On this page:

http://docs.djangoproject.com/en/dev/intro/tutorial02/#intro-tutorial02

near the top, this line:

Edit your mysite/urls.py file and uncomment the lines below the “Uncomment this for admin:”

should be edited to match the ulrs.py file as follows:

Edit your mysite/urls.py file and uncomment the lines below the “Uncomment the next line to enable the admin:”

...or the other way around.

but always remember: "Consistency is the last refuge for tiny minds"

Change History (3)

comment:1 by Badri, 16 years ago

Has patch: unset
Needs documentation: set
Triage Stage: UnreviewedAccepted
Version: 1.0SVN

comment:2 by Malcolm Tredinnick, 16 years ago

Resolution: fixed
Status: newclosed

(In [9134]) Fixed #9257 -- Fixed a small mismatch in text in part 2 of the tutorial.

comment:3 by Malcolm Tredinnick, 16 years ago

(In [9138]) [1.0.X] Fixed #9257 -- Fixed a small mismatch in text in part 2 of the tutorial.

Backport of r9134 from trunk.

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