Opened 18 years ago

Closed 18 years ago

Last modified 18 years ago

#1645 closed defect (fixed)

[magic-removal] tutorial03.txt: Template names in render_to_response are missing the extension.

Reported by: Thomas.Dartsch@… Owned by: Jacob
Component: Documentation Version: magic-removal
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

All calls to render_to_response in the sample code of this tutorial are missing the .html extension for the template name.

Change History (3)

comment:1 by anonymous, 18 years ago

Also, the section "Use the template system" uses poll.get_choice_list instead of poll.choice_set.all (in the code sample and in the text).

comment:2 by Chris Beaven, 18 years ago

Resolution: fixed
Status: newclosed

Must have been fixed, cos all the render_to_response's are correct in 03... however this prompted me to check in the other docs: see #1666

comment:3 by Adrian Holovaty, 18 years ago

milestone: Version 0.92

Milestone Version 0.92 deleted

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