MCPcopy
hub / github.com/django/django / _relation_tree

Method _relation_tree

django/db/models/options.py:849–850  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

847
848 @cached_property
849 def _relation_tree(self):
850 return self._populate_directed_relation_graph()
851
852 def _expire_cache(self, forward=True, reverse=True):
853 # This method is usually called by apps.cache_clear(), when the

Callers

nothing calls this directly

Tested by

no test coverage detected