mirror of
https://github.com/Hopiu/django-imagekit.git
synced 2026-04-09 07:51:00 +00:00
* 'python3' of https://github.com/vstoykov/django-imagekit: Add Venelin Stoykov to AUTHORS Improve logic of contributing ImageSpecFields to Models Use force_bytes from imagekit.lib in test_cachefiles Remove @vstoykov's note. Seems like the right place to me (: Move force_bytes into lib module Don't use a raw string with \u escapes Fix sanitizing cache key under Python 3 Add module to sys.modules Test for Python 3 Insert importer at beginning of list Delay Django import until needed Add Python 3 suport and drop support for Python 2.5 Conflicts: imagekit/cachefiles/__init__.py |
||
|---|---|---|
| .. | ||
| cachefiles | ||
| forms | ||
| management | ||
| models | ||
| specs | ||
| templates/imagekit/admin | ||
| templatetags | ||
| __init__.py | ||
| admin.py | ||
| conf.py | ||
| exceptions.py | ||
| files.py | ||
| generatorlibrary.py | ||
| hashers.py | ||
| importers.py | ||
| lib.py | ||
| pkgmeta.py | ||
| processors.py | ||
| registry.py | ||
| signals.py | ||
| utils.py | ||