mirror of
https://github.com/Hopiu/django-imagekit.git
synced 2026-03-16 21:30:23 +00:00
Add TODO
This commit is contained in:
parent
12493b3a0d
commit
0c4d9738c6
1 changed files with 1 additions and 1 deletions
|
|
@ -34,7 +34,7 @@ class SpecResultNodeMixin(object):
|
|||
from ..utils import autodiscover
|
||||
autodiscover()
|
||||
spec_id = self._spec_id.resolve(context)
|
||||
spec = specs.registry.get_spec(spec_id)
|
||||
spec = specs.registry.get_spec(spec_id) # TODO: What "hints" here?
|
||||
if callable(spec):
|
||||
spec = spec()
|
||||
return spec
|
||||
|
|
|
|||
Loading…
Reference in a new issue