﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
34334	There might be an error in the Django Tutorial No. 5	alv2017	nobody	"At the moment I'm going through the fifth Django Tutorial on unit testing: https://docs.djangoproject.com/en/4.1/intro/tutorial05/

I notices that in a number of places the following expression is used:

{{{
response.context['latest_question_list']
}}}


This doesn't work, and I think that instead there should be 


{{{
response.context_data['latest_question_list']
}}}


I'm using Django 4.1.6

Brgds,
Vitalija"	Bug	closed	Documentation	4.1	Normal	duplicate	Documentation Tutorial Bug	v.alishauskaite@…	Unreviewed	0	0	0	0	0	0
