MCPcopy
hub / github.com/django/django / references_column

Method references_column

django/db/backends/ddl_references.py:18–22  ·  view source on GitHub ↗

Return whether or not this instance references the specified column.

(self, table, column)

Source from the content-addressed store, hash-verified

16 return False
17
18 def references_column(self, table, column):
19 """
20 Return whether or not this instance references the specified column.
21 """
22 return False
23
24 def references_index(self, table, index):
25 """

Callers 3

references_columnMethod · 0.45
references_columnMethod · 0.45
remove_fieldMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected