Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
CharField
Class · 0.90
TextField
Class · 0.90
Value
Class · 0.90
JSONField
Class · 0.90
Tested by
no test coverage detected