Opened 9 years ago

Closed 9 years ago

#23787 closed Uncategorized (duplicate)

tutorial bug when testing the views

Reported by: bedros Owned by: nobody
Component: Documentation Version: 1.7
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

in python shell

response.context['latest_question_list']

should be

response.context_data['latest_question_list']

Change History (1)

comment:1 by Tim Graham, 9 years ago

Resolution: duplicate
Status: newclosed

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

Note: See TracTickets for help on using tickets.
Back to Top