Author: russellm
Date: 2009-09-16 07:19:44 -0500 (Wed, 16 Sep 2009)
New Revision: 11584

Modified:
   django/branches/releases/1.1.X/
   django/branches/releases/1.1.X/docs/ref/contrib/admin/index.txt
Log:
[1.1.X] Fixed some ReST markup in admin installation docs.

Merge of r11580 from trunk.



Property changes on: django/branches/releases/1.1.X
___________________________________________________________________
Name: svnmerge-integrated
   - /django/trunk:1-11500,11523,11527-11528,11531-11552,11554,11579,11581
   + /django/trunk:1-11500,11523,11527-11528,11531-11552,11554,11579-11581

Modified: django/branches/releases/1.1.X/docs/ref/contrib/admin/index.txt
===================================================================
--- django/branches/releases/1.1.X/docs/ref/contrib/admin/index.txt     
2009-09-16 12:16:27 UTC (rev 11583)
+++ django/branches/releases/1.1.X/docs/ref/contrib/admin/index.txt     
2009-09-16 12:19:44 UTC (rev 11584)
@@ -27,12 +27,12 @@
 
 There are six steps in activating the Django admin site:
 
-    1. Add :class:``django.contrib.admin`` to your :setting:``INSTALLED_APPS``
+    1. Add ``'django.contrib.admin'`` to your :setting:`INSTALLED_APPS`
        setting.
 
-    2. Admin has two dependencies - :class:``django.contrib.auth`` and
-       :class:``django.contrib.contenttypes``. If these applications are not
-       in your :setting:``INSTALLED_APPS`` list, add them.
+    2. Admin has two dependencies - ``django.contrib.auth`` and
+       ``django.contrib.contenttypes``. If these applications are not
+       in your :setting:`INSTALLED_APPS` list, add them.
 
     3. Determine which of your application's models should be editable in the
        admin interface.


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to