Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/django/django
/ D
Class
D
tests/generic_relations_regress/models.py:178–182 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
176
177
178
class
D(models.Model):
179
b = models.ForeignKey(B, models.SET_NULL, null=True)
180
181
class
Meta:
182
ordering = (
"id"
,)
183
184
185
# Ticket #22998
Callers
15
test_init
Method · 0.50
test_init_invalid
Method · 0.50
test_init_invalid_area_only_units
Method · 0.50
test_access
Method · 0.50
test_access_invalid
Method · 0.50
test_addition
Method · 0.50
test_multiplication
Method · 0.50
test_unit_conversions
Method · 0.50
test_comparisons
Method · 0.50
test_units_str
Method · 0.50
test_furlong
Method · 0.50
test_hash
Method · 0.50
Calls
no outgoing calls
Tested by
15
test_init
Method · 0.40
test_init_invalid
Method · 0.40
test_init_invalid_area_only_units
Method · 0.40
test_access
Method · 0.40
test_access_invalid
Method · 0.40
test_addition
Method · 0.40
test_multiplication
Method · 0.40
test_unit_conversions
Method · 0.40
test_comparisons
Method · 0.40
test_units_str
Method · 0.40
test_furlong
Method · 0.40
test_hash
Method · 0.40