Opened 10 years ago
Closed 10 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']
Note:
See TracTickets
for help on using tickets.
Please check that you are following the instructions exactly. See #22912.