[Django] #23787: tutorial bug when testing the views

3 views
Skip to first unread message

Django

unread,
Nov 9, 2014, 7:17:54 PM11/9/14
to django-...@googlegroups.com
#23787: tutorial bug when testing the views
-------------------------------+--------------------
Reporter: bedros | Owner: nobody
Type: Uncategorized | Status: new
Component: Documentation | Version: 1.7
Severity: Normal | Keywords:
Triage Stage: Unreviewed | Has patch: 0
Easy pickings: 0 | UI/UX: 0
-------------------------------+--------------------
in python shell

{{{
response.context['latest_question_list']

}}}

should be

{{{

response.context_data['latest_question_list']

}}}

--
Ticket URL: <https://code.djangoproject.com/ticket/23787>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

Django

unread,
Nov 10, 2014, 2:14:26 AM11/10/14
to django-...@googlegroups.com
#23787: tutorial bug when testing the views
-------------------------------+--------------------------------------
Reporter: bedros | Owner: nobody
Type: Uncategorized | Status: closed
Component: Documentation | Version: 1.7
Severity: Normal | Resolution: duplicate
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 timgraham):

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


Comment:

Please check that you are following the instructions exactly. See #22912.

--
Ticket URL: <https://code.djangoproject.com/ticket/23787#comment:1>

Reply all
Reply to author
Forward
0 new messages