(self, comment)
| 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.""" |
no test coverage detected