MCPcopy Index your code
hub / github.com/django-haystack/django-haystack / split_model_attr_lookups

Method split_model_attr_lookups

haystack/fields.py:163–165  ·  view source on GitHub ↗

Returns list of nested attributes for looking through the relation.

(self)

Source from the content-addressed store, hash-verified

161 return values
162
163 def split_model_attr_lookups(self):
164 """Returns list of nested attributes for looking through the relation."""
165 return self.model_attr.split("__")
166
167 @classmethod
168 def get_iterable_objects(cls, current_objects):

Callers 1

prepareMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected