django-imagekit/imagekit/specs
Matthew Tretter 12307c97aa Use state--not constructor args--to recreate dynamic specs
Previously, we were relying on `__init__`'s arguments to recreate specs.
Now we do it the proper way, using the dict returned by `__getstate__`
(which may or may not include those arguments).
2012-12-05 23:51:30 -05:00
..
__init__.py Use state--not constructor args--to recreate dynamic specs 2012-12-05 23:51:30 -05:00
sourcegroups.py Rename source objects to source groups 2012-12-01 15:51:28 -05:00