Opened 13 years ago
Closed 13 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"
Note:
See TracTickets
for help on using tickets.
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.