django-imagekit/imagekit
Matthew Tretter 544d5b874a Added AdminThumbnailView field.
You're no longer restricted to just one, special-case admin thumbnail. Make as
many as you want by adding AdminThumbnailView properties to your model and
including them in your admin class's `list_display` tuple. You can also provide
a custom template. Note that (because this change introduces templates to
imagekit), imagekit is now required in INSTALLED_APPS.

Ideally we could get this stuff out of the model, but we'll have to look into
whether that's possible without making things really complicated.
2011-09-20 19:37:04 -04:00
..
management Flush newer records first. Also, spacing. 2011-02-10 19:00:35 -08:00
templates/imagekit/admin Added AdminThumbnailView field. 2011-09-20 19:37:04 -04:00
__init__.py Bumping the verison numbers. 2011-04-01 11:56:44 -07:00
defaults.py Admin thumbnails. 2011-09-10 00:23:47 -04:00
fields.py Added AdminThumbnailView field. 2011-09-20 19:37:04 -04:00
lib.py Cleaned up trailing whitespace 2009-12-19 11:01:54 -05:00
models.py Added AdminThumbnailView field. 2011-09-20 19:37:04 -04:00
options.py Added AdminThumbnailView field. 2011-09-20 19:37:04 -04:00
processors.py _imgfield is now a property of ImageSpec 2011-09-10 00:24:37 -04:00
specs.py Now using contribute_to_class. 2011-09-20 15:44:54 -04:00
tests.py Cleaned up trailing whitespace 2009-12-19 11:01:54 -05:00
utils.py Fixes: CMYK files from Photoshop fails to load with exception -2 2011-06-17 13:13:20 -07:00