django-imagekit/imagekit
Matthew Tretter 57a28091c5 Added default_image_field
This works kind of like Django's models' _default_manager. If your specs don't
specify an image_field, and your IKOptions don't specify a default_image_field,
the first ImageField your model defines will be used.
2011-09-10 00:25:27 -04:00
..
management Flush newer records first. Also, spacing. 2011-02-10 19:00:35 -08: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
lib.py Cleaned up trailing whitespace 2009-12-19 11:01:54 -05:00
models.py Added default_image_field 2011-09-10 00:25:27 -04:00
options.py Added default_image_field 2011-09-10 00:25:27 -04:00
processors.py _imgfield is now a property of ImageSpec 2011-09-10 00:24:37 -04:00
specs.py Added default_image_field 2011-09-10 00:25:27 -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