Author: ubernostrum
Date: 2008-08-30 01:02:14 -0500 (Sat, 30 Aug 2008)
New Revision: 8739
Modified:
django/trunk/docs/ref/contrib/admin.txt
Log:
Fix inadvertent formatting introduced in [8732]
Modified: django/trunk/docs/ref/contrib/admin.txt
===================================================================
--- django/trunk/docs/ref/contrib/admin.txt 2008-08-30 05:39:34 UTC (rev
8738)
+++ django/trunk/docs/ref/contrib/admin.txt 2008-08-30 06:02:14 UTC (rev
8739)
@@ -226,7 +226,7 @@
list_display = (upper_case_name,)
* A string representing an attribute on the ``ModelAdmin``. This behaves
- same as the callable. For example::
+ same as the callable. For example::
class PersonAdmin(admin.ModelAdmin):
list_display = ('upper_case_name',)
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---