Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/django/django
/ max_name_length
Method
max_name_length
django/db/backends/oracle/operations.py:377–378 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
375
return
1000
376
377
def
max_name_length(self):
378
return
30
379
380
def
pk_default_value(self):
381
return
"NULL"
Callers
2
quote_name
Method · 0.95
_get_no_autofield_sequence_name
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected