mirror of
https://github.com/Hopiu/django-imagekit.git
synced 2026-03-17 05:40:25 +00:00
One handler is created per model instead of per bound image spec. This cuts down on the number of handlers created, and also offloads the policing of the handlers in memory to the signal framework. Since they are no longer being created per spec, the handlers can be weakly referenced. |
||
|---|---|---|
| .. | ||
| management | ||
| templates/imagekit/admin | ||
| __init__.py | ||
| fields.py | ||
| lib.py | ||
| models.py | ||
| options.py | ||
| processors.py | ||
| specs.py | ||
| tests.py | ||
| utils.py | ||