diff options
| author | Adrian Holovaty <adrian@holovaty.com> | 2005-08-10 21:46:40 +0000 |
|---|---|---|
| committer | Adrian Holovaty <adrian@holovaty.com> | 2005-08-10 21:46:40 +0000 |
| commit | bdcea2e6ca383fc6364be63bbf8359ddcd0145a3 (patch) | |
| tree | c72ff231d228d5ddd9d27cd901fba606245f9b03 /docs/tutorial02.txt | |
| parent | 77d20bedd408e95f1d96a166669f644e919a57cc (diff) | |
Fixed #118 -- Renamed 'flat files' to 'flat pages' in the admin. Didn't rename it in the Python code, because too many things would break.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@477 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/tutorial02.txt')
| -rw-r--r-- | docs/tutorial02.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/tutorial02.txt b/docs/tutorial02.txt index d084e2b748..5ef9fe1af1 100644 --- a/docs/tutorial02.txt +++ b/docs/tutorial02.txt @@ -75,7 +75,7 @@ If it worked, you should see the 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 files. These are core features Django ships with by default. +redirects and flat pages. These are core features Django ships with by default. .. _"I can't log in" questions: http://www.djangoproject.com/documentation/faq/#the-admin-site |
