(self)
| 898 | |
| 899 | @cached_property |
| 900 | def path_infos(self): |
| 901 | return self.get_path_info() |
| 902 | |
| 903 | def get_reverse_path_info(self, filtered_relation=None): |
| 904 | """Get path from the related model to this field's model.""" |
nothing calls this directly
no test coverage detected