summaryrefslogtreecommitdiff
path: root/tests/messages_tests/models.py
blob: 8ee894894bcbacf6ab09ee52ff3cb8cceadcb60b (plain)
1
2
3
4
5
from django.db import models


class SomeObject(models.Model):
    name = models.CharField(max_length=255)