Opened 13 years ago
Closed 13 years ago
#16890 closed Uncategorized (duplicate)
Incorrect import line on tutorial page 3
Reported by: | 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
Note:
See TracTickets
for help on using tickets.
As explained in #16868 the docs are correct.