django-imagekit/imagekit
Matthew Tretter 51144daeb6 Fix bug
Eric's fixes in c00ea10b0a meant that
some of the code that already existed to reuse objects would actually
be run for the first time. Naturally, there were some bugs; namely, I
was storing a filename (instead of a File object) in `_file` and a bad
else clause.
2011-09-25 16:18:52 -04:00
..
management Rename ImageSpecFile properties 2011-09-22 18:13:32 -04:00
templates/imagekit/admin Added AdminThumbnailView field. 2011-09-20 19:37:04 -04:00
__init__.py Bumping the verison numbers. 2011-04-01 11:56:44 -07:00
lib.py Cleaned up trailing whitespace 2009-12-19 11:01:54 -05:00
models.py Fix bug 2011-09-25 16:18:52 -04:00
processors.py Transpose processor now supports auto EXIF orientation. 2011-09-24 23:09:49 -04:00
tests.py Rename fields module to models. 2011-09-23 18:06:28 -04:00
utils.py Transpose processor now supports auto EXIF orientation. 2011-09-24 23:09:49 -04:00