MCPcopy
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_nameMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected