Opened 12 years ago

Closed 12 years ago

#17505 closed Uncategorized (invalid)

import typo

Reported by: anonymous Owned by: nobody
Component: Documentation Version: 1.3
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

On https://docs.djangoproject.com/en/dev/intro/tutorial04/

Section:

Change it like so:
from django.conf.urls import patterns, include, url

"from django.conf.urls" should be "from django.conf.urls.defaults"

Change History (1)

comment:1 by Carl Meyer, 12 years ago

Resolution: invalid
Status: newclosed

You are using the development documentation with Django 1.3. Use the Django 1.3 docs instead. In the development version of Django, "django.conf.urls" is correct.

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