MCPcopy
hub / github.com/django/django / path_infos

Method path_infos

django/db/models/fields/related.py:900–901  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

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."""

Callers

nothing calls this directly

Calls 1

get_path_infoMethod · 0.95

Tested by

no test coverage detected