Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/django/django
/ PossessedCar
Class
PossessedCar
tests/test_utils/models.py:14–18 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
12
13
14
class
PossessedCar(models.Model):
15
car = models.ForeignKey(Car, models.CASCADE)
16
belongs_to = models.ForeignKey(
17
Person, models.CASCADE, related_name=
"possessed_cars"
18
)
Callers
1
test_repeated_values
Method · 0.85
Calls
no outgoing calls
Tested by
1
test_repeated_values
Method · 0.68