django-imagekit/imagekit
Matthew Tretter 82348d4931 Changed how cache files are named.
Removed the cache_dir, cache_filename_fields and cache_filename_format
properties of IKOptions. While these were very powerful, I felt that it was
unnecessarily confusing to have two properties (cache_dir and
cache_filename_format) that determine the filename. The new cache_to property is
modeled after ImageField's upload_to and behaves almost identically (the only
exception being that a callable value receives different arguments). In
addition, I felt that the interpolation of model properties provided by
cache_filename_fields, though useful, would be better handled by a utility
function outside of this library.
2011-09-18 21:08:49 -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 Changed how cache files are named. 2011-09-18 21:08:49 -04:00
processors.py _imgfield is now a property of ImageSpec 2011-09-10 00:24:37 -04:00
specs.py Changed how cache files are named. 2011-09-18 21:08:49 -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