django-imagekit/imagekit/models
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
..
fields Improve logic of contributing ImageSpecFields to Models 2013-12-16 10:48:57 +02:00
__init__.py Add flake8 linting 2012-11-05 23:34:32 -05:00