django-imagekit/imagekit/management
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
..
commands Remove arguments from generate() method 2012-12-01 21:20:33 -05:00
__init__.py PEP8-ing and whitespacing. 2011-10-31 23:12:03 +09:00