diff options
| author | Adrian Holovaty <adrian@holovaty.com> | 2005-11-16 03:09:50 +0000 |
|---|---|---|
| committer | Adrian Holovaty <adrian@holovaty.com> | 2005-11-16 03:09:50 +0000 |
| commit | 6b870c136bc87cb7b284301ee9eb0560cf16f66d (patch) | |
| tree | 0989ed0d6e92a688d5652d8bcf5c7e84abc33cb1 /docs/tutorial02.txt | |
| parent | 93519513a14e1c4990786bd0c5d6eb8e18e75d09 (diff) | |
Changed tutorial02 not to say redirects and flatpages are included
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1262 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/tutorial02.txt')
| -rw-r--r-- | docs/tutorial02.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/tutorial02.txt b/docs/tutorial02.txt index e79c067ad5..5dc326b1d4 100644 --- a/docs/tutorial02.txt +++ b/docs/tutorial02.txt @@ -81,8 +81,8 @@ Now, try logging in. You should see the Django admin index page: :alt: Django admin index page :target: http://media.djangoproject.com/img/doc/tutorial/admin02.png -By default, you should see four types of editable content: groups, users, -redirects and flat pages. These are core features Django ships with by default. +By default, you should see two types of editable content: groups and users. +These are core features Django ships with by default. .. _"I can't log in" questions: http://www.djangoproject.com/documentation/faq/#the-admin-site |
