#34334: There might be an error in the Django Tutorial No. 5
-------------------------------------+-------------------------------------
Reporter: alv2017 | Owner: (none)
Type: Bug | Status: new
Component: Error | Version: 4.1
reporting | Keywords: Documentation
Severity: Normal | Tutorial Bug
Triage Stage: | Has patch: 0
Unreviewed |
Needs documentation: 0 | Needs tests: 0
Patch needs improvement: 0 | Easy pickings: 0
UI/UX: 0 |
-------------------------------------+-------------------------------------
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
--
Ticket URL: <https://code.djangoproject.com/ticket/34334>
Django <https://code.djangoproject.com/>
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 [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/django-updates/010701864789eb0f-142ca731-ff53-4a3b-b4d0-ccb28382757a-000000%40eu-central-1.amazonses.com.