mirror of
https://github.com/Hopiu/django-imagekit.git
synced 2026-03-16 21:30:23 +00:00
Merge pull request #354 from vstoykov/compat
Move compat module outside of templatetags package
This commit is contained in:
commit
7ddca36712
2 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@ from django import template
|
|||
from django.utils.html import escape
|
||||
from django.utils.safestring import mark_safe
|
||||
|
||||
from .compat import parse_bits
|
||||
from ..compat import parse_bits
|
||||
from ..cachefiles import ImageCacheFile
|
||||
from ..registry import generator_registry
|
||||
from ..lib import force_text
|
||||
|
|
|
|||
Loading…
Reference in a new issue