From 9b15ff08ba638a7070fb51c1ab4c01e245556ae8 Mon Sep 17 00:00:00 2001 From: François Freitag Date: Thu, 15 Nov 2018 19:54:28 +0100 Subject: Used auto-numbered lists in documentation. --- docs/intro/tutorial04.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'docs/intro/tutorial04.txt') diff --git a/docs/intro/tutorial04.txt b/docs/intro/tutorial04.txt index 2eacd297ed..6bfe506d70 100644 --- a/docs/intro/tutorial04.txt +++ b/docs/intro/tutorial04.txt @@ -211,11 +211,11 @@ 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: -1. Convert the URLconf. +#. Convert the URLconf. -2. Delete some of the old, unneeded views. +#. Delete some of the old, unneeded views. -3. Introduce new views based on Django's generic views. +#. Introduce new views based on Django's generic views. Read on for details. -- cgit v1.3