Re: [Django] #21017: code error in v1.5 tutorial 5

2013-09-03 Thread Django
#21017: code error in v1.5 tutorial 5
---+
 Reporter:  rzjint1@…  |Owner:  nobody
 Type:  Uncategorized  |   Status:  closed
Component:  Documentation  |  Version:  1.5
 Severity:  Normal |   Resolution:  invalid
 Keywords: | Triage Stage:  Accepted
Has patch:  0  |  Needs documentation:  0
  Needs tests:  0  |  Patch needs improvement:  0
Easy pickings:  0  |UI/UX:  0
---+
Changes (by timo):

 * status:  new => closed
 * resolution:   => invalid


Comment:

 Unless I'm missing something, the tutorial is correct as-is. Here's the
 relevant documentation:

 
https://docs.djangoproject.com/en/dev/topics/testing/overview/#django.test.client.Response.context

 Making the suggested change results in `AttributeError: 'HttpResponse'
 object has no attribute 'context_data'`

-- 
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 unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/076.d1d8edb97e63beaee81566b72601d9d3%40djangoproject.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: [Django] #21017: code error in v1.5 tutorial 5

2013-09-02 Thread Django
#21017: code error in v1.5 tutorial 5
---+
 Reporter:  rzjint1@…  |Owner:  nobody
 Type:  Uncategorized  |   Status:  new
Component:  Documentation  |  Version:  1.5
 Severity:  Normal |   Resolution:
 Keywords: | Triage Stage:  Accepted
Has patch:  0  |  Needs documentation:  0
  Needs tests:  0  |  Patch needs improvement:  0
Easy pickings:  0  |UI/UX:  0
---+
Changes (by mjtamlyn):

 * needs_better_patch:   => 0
 * needs_docs:   => 0
 * needs_tests:   => 0
 * stage:  Unreviewed => Accepted


Comment:

 This seems to also apply to 1.6 and master

-- 
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 unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/076.b8109b05d4c39bde2d2004259141f9e0%40djangoproject.com.
For more options, visit https://groups.google.com/groups/opt_out.


[Django] #21017: code error in v1.5 tutorial 5

2013-09-01 Thread Django
#21017: code error in v1.5 tutorial 5
---+
 Reporter:  rzjint1@…  |  Owner:  nobody
 Type:  Uncategorized  | Status:  new
Component:  Documentation  |Version:  1.5
 Severity:  Normal |   Keywords:
 Triage Stage:  Unreviewed |  Has patch:  0
Easy pickings:  0  |  UI/UX:  0
---+
 {{{
 >>> response.context['latest_poll_list']
 []

 should be response.context_data
 }}}

-- 
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 unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/061.9d8a2c6ea31f118b40fe542848cf330e%40djangoproject.com.
For more options, visit https://groups.google.com/groups/opt_out.