summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorRussell Keith-Magee <russell@keith-magee.com>2009-09-16 12:16:27 +0000
committerRussell Keith-Magee <russell@keith-magee.com>2009-09-16 12:16:27 +0000
commit5074a4324120659b9ff550d1abcbb43eb58cc9c1 (patch)
tree6f77cdc746e6f1be59a401c6aba466a5d11b0bc8 /docs
parenta2c7fe52a8e2d938621d1f7607e3d8a7a84ebf1e (diff)
[1.1.X] Fixed counting error in admin installation overview docs.
Merge of r11579 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@11583 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs')
-rw-r--r--docs/ref/contrib/admin/index.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/contrib/admin/index.txt b/docs/ref/contrib/admin/index.txt
index 823ae8bf3f..c5169be214 100644
--- a/docs/ref/contrib/admin/index.txt
+++ b/docs/ref/contrib/admin/index.txt
@@ -25,7 +25,7 @@ Django's admin interface.
Overview
========
-There are five steps in activating the Django admin site:
+There are six steps in activating the Django admin site:
1. Add :class:``django.contrib.admin`` to your :setting:``INSTALLED_APPS``
setting.