Fix inadvertent formatting introduced in [8732]
git-svn-id: http://code.djangoproject.com/svn/django/trunk@8739 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
b02d2aba1c
commit
0a11c13acf
|
@ -226,7 +226,7 @@ You have four possible values that can be used in ``list_display``:
|
||||||
list_display = (upper_case_name,)
|
list_display = (upper_case_name,)
|
||||||
|
|
||||||
* A string representing an attribute on the ``ModelAdmin``. This behaves
|
* 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):
|
class PersonAdmin(admin.ModelAdmin):
|
||||||
list_display = ('upper_case_name',)
|
list_display = ('upper_case_name',)
|
||||||
|
|
Loading…
Reference in New Issue