Docs typo fix

This commit is contained in:
Matthew Tretter 2011-09-26 16:52:35 -04:00
parent 67477a6e15
commit 067217e40e

View file

@ -97,7 +97,7 @@ AdminThumbnailView is used as a property on Django model classes::
thumbnail = ImageSpec([resize.Crop(50, 50)], image_field='original_image')
admin_thumbnail_view = AdminThumbnailView(image_field='thumbnail')
You can then then add this property to the `list_display`__ field of your admin
You can then add this property to the `list_display`__ field of your admin
class::
from django.contrib import admin