Commit 25463719 authored by Timo Graham's avatar Timo Graham
Browse files

Fixed #14988 - Remove renaming step in tutorial that's no longer applicable...

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
parent 12266059
Loading
Loading
Loading
Loading
+2 −4
Original line number Diff line number Diff line
@@ -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.