MCPcopy
hub / github.com/django/django / remove_collation

Method remove_collation

django/contrib/postgres/operations.py:213–216  ·  view source on GitHub ↗
(self, schema_editor)

Source from the content-addressed store, hash-verified

211 )
212
213 def remove_collation(self, schema_editor):
214 schema_editor.execute(
215 "DROP COLLATION %s" % schema_editor.quote_name(self.name),
216 )
217
218
219class CreateCollation(CollationOperation):

Callers 2

database_backwardsMethod · 0.80
database_forwardsMethod · 0.80

Calls 2

executeMethod · 0.45
quote_nameMethod · 0.45

Tested by

no test coverage detected