django-imagekit/imagekit
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
..
cachefiles Add Python 3 suport and drop support for Python 2.5 2013-08-19 21:27:50 +03:00
forms Update fields.py 2013-08-13 18:52:21 +06:00
management PEP 3110 compat 2013-06-04 21:42:03 -04:00
models Improve logic of contributing ImageSpecFields to Models 2013-12-16 10:48:57 +02:00
specs Don't mutate __dict__ 2013-07-13 17:13:58 -04:00
templates/imagekit/admin Proper handling of empty images and missing fields 2011-11-03 12:33:22 -04:00
templatetags Add Python 3 suport and drop support for Python 2.5 2013-08-19 21:27:50 +03:00
__init__.py Remove PILKit functionality 2013-02-07 23:10:05 -05:00
admin.py "source" now refers to the file itself 2012-12-11 22:53:13 -05:00
conf.py Fix cache backend fallback 2013-06-10 18:33:22 -04:00
exceptions.py Error when attempting to generate image w/o source 2013-02-25 22:42:47 -05:00
files.py Add Python 3 suport and drop support for Python 2.5 2013-08-19 21:27:50 +03:00
generatorlibrary.py pass in upscale keyword to thumbnail template tag 2013-05-11 09:12:29 -03:00
hashers.py Add Python 3 suport and drop support for Python 2.5 2013-08-19 21:27:50 +03:00
importers.py Add module to sys.modules 2013-09-01 21:56:42 -04:00
lib.py Remove @vstoykov's note. Seems like the right place to me (: 2013-12-14 13:03:02 -05:00
pkgmeta.py Bump to 3.0.3. 2013-07-22 10:01:20 -07:00
processors.py processors in PILKit: module 2013-04-10 14:24:02 -04:00
registry.py Discover image generators during lookup 2013-08-14 23:08:40 -04:00
signals.py Remove source_deleted signal 2013-05-25 00:50:59 -04:00
utils.py Move force_bytes into lib module 2013-12-14 13:02:21 -05:00