summaryrefslogtreecommitdiff
path: root/tests/annotations/models.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/annotations/models.py')
-rw-r--r--tests/annotations/models.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/annotations/models.py b/tests/annotations/models.py
index 4aeda3c093..cd3d6ddb87 100644
--- a/tests/annotations/models.py
+++ b/tests/annotations/models.py
@@ -38,6 +38,7 @@ class Store(models.Model):
books = models.ManyToManyField(Book)
original_opening = models.DateTimeField()
friday_night_closing = models.TimeField()
+ area = models.IntegerField(null=True, db_column='surface')
def __str__(self):
return self.name