Returns list of nested attributes for looking through the relation.
(self)
| 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): |