django-imagekit/imagekit/models/fields
Venelin Stoykov 26aa19eeef Improve logic of contributing ImageSpecFields to Models
- If `source` is defined then register source group immediately
- If `source` is not defined then create a signal handler and attach it to
`class_prepared` signal which will see if there is only one ImageField in
the given model.

This will fix problems coused in Python 3 about using ImageSpecField
without providing a `source`.
2013-12-16 10:48:57 +02:00
..
__init__.py Improve logic of contributing ImageSpecFields to Models 2013-12-16 10:48:57 +02:00
files.py Fix imagekit.models.fields.ProcessedImageField 2013-01-23 22:41:23 -05:00
utils.py Remove implicit source logic from descriptor 2013-04-03 00:21:04 -04:00