django-imagekit/imagekit
Matthew Tretter 892cce7c7f Fixes extension guessing based on image format
IK relies on PIL's EXTENSION list to map formats to extensions.
However, this list normally isn't populated until an image is loaded.
This change forces the population of the list before examining it.
2011-11-01 18:54:18 -04:00
..
management PEP8-ing and whitespacing. 2011-10-31 23:12:03 +09:00
processors PEP8-ing and whitespacing. 2011-10-31 23:12:03 +09:00
templates/imagekit/admin Added AdminThumbnailView field. 2011-09-20 19:37:04 -04:00
__init__.py Develop is now v1.1.0.dev. 2011-11-01 00:44:29 +09:00
admin.py PEP8-ing and whitespacing. 2011-10-31 23:12:03 +09:00
lib.py Future-proofing our PIL imports, fixes #37. 2011-10-13 14:35:16 +09:00
models.py Fixes extension guessing based on image format 2011-11-01 18:54:18 -04:00
utils.py PEP8 and import tweaks. 2011-10-20 12:12:47 +09:00