#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.
Note:
See TracTickets
for help on using tickets.
(In [15106]) Fixed #14988 - Remove renaming step in tutorial that's no longer applicable due to generic view refactor. Thanks bindzus for the report.