Opened 13 years ago

Closed 13 years ago

Last modified 13 years ago

#14988 closed (fixed)

Tutorial part 4 - Renaming of templates should be removed

Reported by: bindzus Owned by: nobody
Component: Documentation Version: dev
Severity: 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

At the bottom of tutorial part 4 four things are mentioned which will be changed:

...

Let's convert our poll app to use the generic views system, so we can delete a bunch of our own code. We'll just have to take a few steps to make the conversion. We will:

#Convert the URLconf.
#Rename a few templates.
#Delete some of the old, unneeded views.
#Fix up URL handling for the new views.

...

Seems like item 2 is no longer needed since the template_name parameter is used.

Change History (2)

comment:1 by Tim Graham, 13 years ago

Resolution: fixed
Status: newclosed

(In [15106]) Fixed #14988 - Remove renaming step in tutorial that's no longer applicable due to generic view refactor. Thanks bindzus for the report.

comment:2 by Jacob, 13 years ago

milestone: 1.3

Milestone 1.3 deleted

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