django-imagekit/imagekit
Matthew Tretter 8911836b53 Change how we set ImageFile.MAXBLOCK
Previously, we set it to an arbitrary large number (which turned out
not to be large enough in some cases). Since we may have been
overriding something the user explicitly chose (and our value may be
overridden by another app), that probably wasn't good. After this
change, `MAXBLOCK` is only increased when it needs to be--and even
then, only temporarily.
2011-11-05 21:20:36 -04:00
..
management PEP8-ing and whitespacing. 2011-10-31 23:12:03 +09:00
processors avoid Transpose to crash when there is no exif data 2011-11-04 12:00:19 +01:00
templates/imagekit/admin Proper handling of empty images and missing fields 2011-11-03 12:33:22 -04:00
__init__.py Bumping version numbers. 2011-11-03 14:15:03 +09:00
admin.py Proper handling of empty images and missing fields 2011-11-03 12:33:22 -04:00
lib.py Future-proofing our PIL imports, fixes #37. 2011-10-13 14:35:16 +09:00
models.py Change how we set ImageFile.MAXBLOCK 2011-11-05 21:20:36 -04:00
utils.py Change how we set ImageFile.MAXBLOCK 2011-11-05 21:20:36 -04:00