diff options
| author | François Freitag <mail@franek.fr> | 2018-11-15 19:54:28 +0100 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2018-11-15 13:54:28 -0500 |
| commit | 9b15ff08ba638a7070fb51c1ab4c01e245556ae8 (patch) | |
| tree | cdeb57ad0b7d68de050dcd3d4eed1c755513f432 /docs/intro/tutorial04.txt | |
| parent | cf915cb5138e0b245393429e141cb741a390a095 (diff) | |
Used auto-numbered lists in documentation.
Diffstat (limited to 'docs/intro/tutorial04.txt')
| -rw-r--r-- | docs/intro/tutorial04.txt | 6 |
1 files changed, 3 insertions, 3 deletions
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. |
