Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/django/django
/ WithCustomPK
Class
WithCustomPK
tests/force_insert_update/models.py:31–33 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
29
30
31
class
WithCustomPK(models.Model):
32
name = models.IntegerField(primary_key=True)
33
value = models.IntegerField()
34
35
36
class
OtherSubCounter(Counter):
Callers
1
test_force_update
Method · 0.85
Calls
no outgoing calls
Tested by
1
test_force_update
Method · 0.68