Author: russellm
Date: 2008-09-14 07:59:39 -0500 (Sun, 14 Sep 2008)
New Revision: 9028
Modified:
django/trunk/docs/ref/contrib/admin.txt
Log:
Fixed #9032: Corrected some minor typos in the admin docs. Thanks to rduffield
for the report.
Modified: django/trunk/docs/ref/contrib/admin.txt
===================================================================
--- django/trunk/docs/ref/contrib/admin.txt 2008-09-14 10:32:04 UTC (rev
9027)
+++ django/trunk/docs/ref/contrib/admin.txt 2008-09-14 12:59:39 UTC (rev
9028)
@@ -41,7 +41,7 @@
The ``ModelAdmin`` class is the representation of a model in the admin
interface. These are stored in a file named ``admin.py`` in your application.
-Let's take a look at a very simple example the ``ModelAdmin``::
+Let's take a look at a very simple example of the ``ModelAdmin``::
from django.contrib import admin
from myproject.myapp.models import Author
@@ -159,7 +159,7 @@
'classes': ['wide', 'extrapretty'],
}
- Two useful classes defined by the default admin-site stylesheet are
+ Two useful classes defined by the default admin site stylesheet are
``collapse`` and ``wide``. Fieldsets with the ``collapse`` style will
be initially collapsed in the admin and replaced with a small
"click to expand" link. Fieldsets with the ``wide`` style will be
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---