remove todo that was done
This commit is contained in:
parent
5cb802e547
commit
1f0c09950e
1 changed files with 0 additions and 1 deletions
|
@ -527,7 +527,6 @@ class BaseQueryWrapper(BaseWrapper):
|
|||
raise NotImplementedError('Unsupported lookup or %s has no field "%s".' % (rel_model, filter_type))
|
||||
|
||||
# multi-level-lookup
|
||||
# todo: cache here or avoid too much subqueries
|
||||
subkwargs = {'__'.join([filter_type] + segments): filter_value}
|
||||
cache_key = '%s:multilevellookup:%s:%s:%s' % (
|
||||
self._changeset.cache_key_by_changes,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue