[Django] #23645: Critical technical typo error in documentation

2 views
Skip to first unread message

Django

unread,
Oct 13, 2014, 3:05:26 AM10/13/14
to django-...@googlegroups.com
#23645: Critical technical typo error in documentation
-------------------------------+-------------------------
Reporter: daixtr | Owner: nobody
Type: Uncategorized | Status: new
Component: Documentation | Version: 1.7
Severity: Normal | Keywords: question_id
Triage Stage: Unreviewed | Has patch: 0
Easy pickings: 0 | UI/UX: 0
-------------------------------+-------------------------
The error is in "« Writing your first Django app, part 3" on section "A
shortcut: get_object_or_404()". In the code snippet of polls/views.py for
the detail() function, the return statement should be changed from:

return render(request, 'polls/detail.html', {'question': question})

to

return render(request, 'polls/detail.html', {'question': question_id})

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

Django

unread,
Oct 13, 2014, 3:06:07 AM10/13/14
to django-...@googlegroups.com
#23645: Critical technical typo error in documentation
-------------------------------+--------------------------------------

Reporter: daixtr | Owner: nobody
Type: Uncategorized | Status: new
Component: Documentation | Version: 1.7
Severity: Normal | Resolution:

Keywords: question_id | Triage Stage: Unreviewed
Has patch: 0 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0

Easy pickings: 0 | UI/UX: 0
-------------------------------+--------------------------------------
Changes (by daixtr):

* needs_better_patch: => 0
* needs_tests: => 0
* needs_docs: => 0


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

Django

unread,
Oct 13, 2014, 3:12:27 AM10/13/14
to django-...@googlegroups.com
#23645: Critical technical typo error in documentation
-------------------------------+--------------------------------------
Reporter: daixtr | Owner: nobody
Type: Uncategorized | Status: closed
Component: Documentation | Version: 1.7
Severity: Normal | Resolution: fixed

Keywords: question_id | Triage Stage: Unreviewed
Has patch: 0 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0

Easy pickings: 0 | UI/UX: 0
-------------------------------+--------------------------------------
Changes (by daixtr):

* status: new => closed
* resolution: => fixed


--
Ticket URL: <https://code.djangoproject.com/ticket/23645#comment:2>

Django

unread,
Oct 13, 2014, 3:13:31 AM10/13/14
to django-...@googlegroups.com
#23645: Critical technical typo error in documentation
-------------------------------+--------------------------------------
Reporter: daixtr | Owner: nobody
Type: Uncategorized | Status: closed
Component: Documentation | Version: 1.7
Severity: Normal | Resolution: fixed

Keywords: question_id | Triage Stage: Unreviewed
Has patch: 0 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0

Easy pickings: 0 | UI/UX: 0
-------------------------------+--------------------------------------

Comment (by daixtr):

Sorry, there was no typo in the documentation at all. I am promptly
closing this ticket.

--
Ticket URL: <https://code.djangoproject.com/ticket/23645#comment:3>

Django

unread,
Oct 13, 2014, 3:36:48 AM10/13/14
to django-...@googlegroups.com
#23645: Critical technical typo error in documentation
-------------------------------+--------------------------------------
Reporter: daixtr | Owner: nobody
Type: Uncategorized | Status: closed
Component: Documentation | Version: 1.7
Severity: Normal | Resolution: invalid

Keywords: question_id | Triage Stage: Unreviewed
Has patch: 0 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0

Easy pickings: 0 | UI/UX: 0
-------------------------------+--------------------------------------
Changes (by jaap3):

* resolution: fixed => invalid


--
Ticket URL: <https://code.djangoproject.com/ticket/23645#comment:4>

Reply all
Reply to author
Forward
0 new messages