Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/django/django
/ make_immutable_fields_list
Function
make_immutable_fields_list
django/db/models/options.py:86–87 ·
view source on GitHub ↗
(name, data)
Source
from the content-addressed store, hash-verified
84
85
86
def
make_immutable_fields_list(name, data):
87
return
ImmutableList(data, warning=IMMUTABLE_WARNING % name)
88
89
90
class
Options:
Callers
7
managers
Method · 0.85
fields
Method · 0.85
concrete_fields
Method · 0.85
local_concrete_fields
Method · 0.85
many_to_many
Method · 0.85
related_objects
Method · 0.85
_get_fields
Method · 0.85
Calls
1
ImmutableList
Class · 0.90
Tested by
no test coverage detected