django-imagekit/imagekit
Bryan Veloso 5a31e98b2f Merge remote-tracking branch 'matthewwithanm/whencontrol' into develop
* matthewwithanm/whencontrol:
  Rename cache_state_backend to image_cache_backend
  Add NonValidatingCacheStateBackend
  Some documentation
  Only invalidate spec file if source changes
  Rename DefaultCacheStateBackend
  generate method (optionally) saves file
  Rename force flag to force-revalidation
  Add clear method for when future validation is unwanted
  Commands for validating and invalidating the cache
  Fix var name typo
  Spec files now accessible through _ik attr
  Remove unused import
  First shot at cache state backend implementation

Conflicts:
	imagekit/models/fields.py
2012-02-12 13:48:02 -08:00
..
management Rename force flag to force-revalidation 2012-02-02 23:23:20 -05:00
models Merge remote-tracking branch 'matthewwithanm/whencontrol' into develop 2012-02-12 13:48:02 -08:00
processors Rename resize.Crop to resize.Fill 2012-02-11 13:36:30 -05:00
templates/imagekit/admin Proper handling of empty images and missing fields 2011-11-03 12:33:22 -04:00
__init__.py Bumping the version number. 2011-12-22 22:14:14 -08:00
admin.py Rename ImageSpec to ImageSpecField 2012-02-11 13:06:48 -05:00
imagecache.py Rename cache_state_backend to image_cache_backend 2012-02-12 16:18:34 -05:00
lib.py TrimColor processor 2011-11-16 00:11:05 -05:00
settings.py Rename cache_state_backend to image_cache_backend 2012-02-12 16:18:34 -05:00
utils.py Commands for validating and invalidating the cache 2012-02-02 00:19:46 -05:00