aboutsummaryrefslogtreecommitdiffstats
path: root/tests/records/models.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/records/models.py')
-rw-r--r--tests/records/models.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/records/models.py b/tests/records/models.py
deleted file mode 100644
index 76954807..00000000
--- a/tests/records/models.py
+++ /dev/null
@@ -1,6 +0,0 @@
-from django.db import models
-
-
-class Record(models.Model):
- account = models.ForeignKey('accounts.Account', blank=True, null=True)
- owner = models.ForeignKey('users.User', blank=True, null=True)