MCPcopy
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
31class WithCustomPK(models.Model):
32 name = models.IntegerField(primary_key=True)
33 value = models.IntegerField()
34
35
36class OtherSubCounter(Counter):

Callers 1

test_force_updateMethod · 0.85

Calls

no outgoing calls

Tested by 1

test_force_updateMethod · 0.68