From 067217e40e3fa6899f2f1ae51a43ef283d99c303 Mon Sep 17 00:00:00 2001 From: Matthew Tretter Date: Mon, 26 Sep 2011 16:52:35 -0400 Subject: [PATCH] Docs typo fix --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index cf19596..908037d 100644 --- a/README.rst +++ b/README.rst @@ -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