MCPcopy
hub / github.com/django/django / max_name_length

Method max_name_length

django/db/backends/mysql/operations.py:263–264  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

261 return value.isoformat(timespec="microseconds")
262
263 def max_name_length(self):
264 return 64
265
266 def pk_default_value(self):
267 return "NULL"

Callers 3

contribute_to_classMethod · 0.45
_get_m2m_db_tableMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected