summaryrefslogtreecommitdiff
path: root/docs/intro/tutorial04.txt
diff options
context:
space:
mode:
authorTimo Graham <timograham@gmail.com>2010-12-29 17:20:30 +0000
committerTimo Graham <timograham@gmail.com>2010-12-29 17:20:30 +0000
commit25463719d365f57ba9baa3652a711cbd5b5c1ab7 (patch)
tree5f374a32b31e837e5bc109ab2386913b61a59396 /docs/intro/tutorial04.txt
parent12266059cd28db0fdc19cdd209dcf2a801817dd0 (diff)
Fixed #14988 - Remove renaming step in tutorial that's no longer applicable due to generic view refactor. Thanks bindzus for the report.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@15106 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/intro/tutorial04.txt')
-rw-r--r--docs/intro/tutorial04.txt6
1 files changed, 2 insertions, 4 deletions
diff --git a/docs/intro/tutorial04.txt b/docs/intro/tutorial04.txt
index dbb19c9d10..2ce6020cc5 100644
--- a/docs/intro/tutorial04.txt
+++ b/docs/intro/tutorial04.txt
@@ -199,11 +199,9 @@ conversion. We will:
1. Convert the URLconf.
- 2. Rename a few templates.
+ 2. Delete some of the old, unneeded views.
- 3. Delete some of the old, unneeded views.
-
- 4. Fix up URL handling for the new views.
+ 3. Fix up URL handling for the new views.
Read on for details.