Commit graph

8 commits

Author SHA1 Message Date
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
Matthew Tretter
0b0942921b Updated README to reflect the new API. 2011-09-08 15:52:03 -04:00
Kenneth Reitz
9592edb186 proper python comments in readme 2011-06-29 07:30:51 -07:00
Bernard Chhun
3bf844687d Added the quality property in the readme's ImageSpec classes just to show it is possible to change it at will. 2011-06-18 15:55:00 -07:00
Bryan Veloso
7fe96cbe54 I suck horribly at checking my work. 2011-02-10 15:15:52 -08:00
Bryan Veloso
03a1339d1f One more for good measure. 2011-02-10 15:14:52 -08:00
Bryan Veloso
26563dd601 Code block fail. :( 2011-02-10 15:11:11 -08:00
Bryan Veloso
365bbf3496 README.md => README.rst 2011-02-10 15:07:37 -08:00
Renamed from README.md (Browse further)