MCPcopy
hub / github.com/django/django / __str__

Method __str__

tests/migrations/test_executor.py:820–821  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

818
819 class DeferredSQL:
820 def __str__(self):
821 raise DatabaseError("Failed to apply deferred SQL")
822
823 class Migration(migrations.Migration):
824 atomic = False

Callers

nothing calls this directly

Calls 1

DatabaseErrorClass · 0.90

Tested by

no test coverage detected