django-imagekit/imagekit
Matthew Tretter 7bc82d3624 Remove arguments from generate() method
Previously, we had two places where we were passing kwargs that affected
the image generation: the ImageSpec constructor and the generate method.
These were essentially partial applications. With this commit, there's
only one partial application (when the spec is instantiated), and the
generate method is called without arguments. Therefore, specs can now
be treated as generic generators whose constructors just happen to
accept a source_file.
2012-12-01 21:20:33 -05:00
..
forms Require spec id for form fields 2012-12-01 15:56:37 -05:00
imagecache Add flake8 linting 2012-11-05 23:34:32 -05:00
management Remove arguments from generate() method 2012-12-01 21:20:33 -05:00
models Remove arguments from generate() method 2012-12-01 21:20:33 -05:00
processors Add flake8 linting 2012-11-05 23:34:32 -05:00
specs Remove arguments from generate() method 2012-12-01 21:20:33 -05:00
templates/imagekit/admin Proper handling of empty images and missing fields 2011-11-03 12:33:22 -04:00
templatetags Remove arguments from generate() method 2012-12-01 21:20:33 -05:00
__init__.py Remove specs.SpecRegistry; add registry module 2012-12-01 17:16:09 -05:00
admin.py Add flake8 linting 2012-11-05 23:34:32 -05:00
conf.py Rework template tag for generators 2012-12-01 20:36:31 -05:00
exceptions.py Remove specs.SpecRegistry; add registry module 2012-12-01 17:16:09 -05:00
files.py Remove arguments from generate() method 2012-12-01 21:20:33 -05:00
lib.py Add flake8 linting 2012-11-05 23:34:32 -05:00
pkgmeta.py Clean up version meta. 2012-10-25 20:01:26 -04:00
registry.py Switch args back to old order 2012-12-01 20:45:34 -05:00
signals.py Add before_access signal 2012-10-16 22:30:36 -04:00
utils.py Rework template tag for generators 2012-12-01 20:36:31 -05:00