Re: [Django] #16954: https://docs.djangoproject.com/en/dev/intro/tutorial03/

2011-09-28 Thread Django
#16954: https://docs.djangoproject.com/en/dev/intro/tutorial03/
---+--
 Reporter:  tcornish@… |Owner:  nobody
 Type:  Uncategorized  |   Status:  closed
Component:  Documentation  |  Version:  1.3
 Severity:  Normal |   Resolution:  invalid
 Keywords: | Triage Stage:  Unreviewed
Has patch:  0  |  Needs documentation:  0
  Needs tests:  0  |  Patch needs improvement:  0
Easy pickings:  0  |UI/UX:  0
---+--
Changes (by Alex):

 * status:  new => closed
 * needs_docs:   => 0
 * resolution:   => invalid
 * needs_tests:   => 0
 * needs_better_patch:   => 0


Comment:

 You're reading the documentation for the development version of Django,
 but using an older DJango (probably 1.3), please follow the documentation
 for the version of Django you're using.

-- 
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to django-updates@googlegroups.com.
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en.



[Django] #16954: https://docs.djangoproject.com/en/dev/intro/tutorial03/

2011-09-28 Thread Django
#16954: https://docs.djangoproject.com/en/dev/intro/tutorial03/
---+
 Reporter:  tcornish@… |  Owner:  nobody
 Type:  Uncategorized  | Status:  new
Component:  Documentation  |Version:  1.3
 Severity:  Normal |   Keywords:
 Triage Stage:  Unreviewed |  Has patch:  0
Easy pickings:  0  |  UI/UX:  0
---+
 I was rolling along with the tutorial when it suddenly broke.  I had to
 change my url.py(s) from

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

 to

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

 to get things working again -- typo?

-- 
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to django-updates@googlegroups.com.
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en.