django-imagekit/imagekit
Matthew Tretter b9aa69e0c0 AdminThumbnailView is now AdminThumbnail
I never liked that the "AdminThumbnailView" was supposed to be defined
on the model, but never looked into it.

This commit puts the definition back where it belongs: in the admin.
Instead of requiring you to add a field (with view logic) to your
model, you now just add a property to your admin class and specify
that property in the `list_display` list.
2011-10-02 21:58:08 -04:00
..
management Documentation! 2011-09-25 21:04:11 -04:00
processors Adds explicit import of resize module to processors 2011-09-26 16:45:45 -04:00
templates/imagekit/admin Added AdminThumbnailView field. 2011-09-20 19:37:04 -04:00
__init__.py More docs edits. 2011-09-26 11:36:08 -04:00
admin.py AdminThumbnailView is now AdminThumbnail 2011-10-02 21:58:08 -04:00
lib.py Cleaned up trailing whitespace 2009-12-19 11:01:54 -05:00
models.py AdminThumbnailView is now AdminThumbnail 2011-10-02 21:58:08 -04:00
tests.py AdminThumbnailView is now AdminThumbnail 2011-10-02 21:58:08 -04:00
utils.py Transpose processor now supports auto EXIF orientation. 2011-09-24 23:09:49 -04:00