Opened 13 years ago

Closed 13 years ago

#16890 closed Uncategorized (duplicate)

Incorrect import line on tutorial page 3

Reported by: tonyblundell@… 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

https://docs.djangoproject.com/en/dev/intro/tutorial03

from django.conf.urls import patterns, include, url

should now be

from django.conf.urls.defaults import patterns, include, url

Change History (1)

comment:1 by Aymeric Augustin, 13 years ago

Resolution: duplicate
Status: newclosed

As explained in #16868 the docs are correct.

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