summaryrefslogtreecommitdiff
path: root/tests/transaction_hooks/models.py
blob: 000fd71ca2089de445d65ab69e539d3259d678c2 (plain)
1
2
3
4
5
from django.db import models


class Thing(models.Model):
    num = models.IntegerField()