MCPcopy
hub / github.com/django/django / Author

Class Author

tests/schema/tests.py:673–675  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

671 """
672
673 class Author(Model):
674 class Meta:
675 app_label = "schema"
676
677 class BookWeak(Model):
678 author = ForeignKey(Author, CASCADE, db_constraint=False)

Callers

nothing calls this directly

Calls 4

CharFieldClass · 0.90
TextFieldClass · 0.90
ValueClass · 0.90
JSONFieldClass · 0.90

Tested by

no test coverage detected