MCPcopy
hub / github.com/django/django / _comment_sql

Method _comment_sql

django/db/backends/base/schema.py:1476–1477  ·  view source on GitHub ↗
(self, comment)

Source from the content-addressed store, hash-verified

1474 )
1475
1476 def _comment_sql(self, comment):
1477 return self.quote_value(comment or "")
1478
1479 def _alter_many_to_many(self, model, old_field, new_field, strict):
1480 """Alter M2Ms to repoint their to= endpoints."""

Callers 3

_iter_column_sqlMethod · 0.95

Calls 1

quote_valueMethod · 0.95

Tested by

no test coverage detected