summaryrefslogtreecommitdiff
path: root/tests/null_fk
diff options
context:
space:
mode:
Diffstat (limited to 'tests/null_fk')
-rw-r--r--tests/null_fk/models.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/null_fk/models.py b/tests/null_fk/models.py
index 5ebce93a65..01f69c1807 100644
--- a/tests/null_fk/models.py
+++ b/tests/null_fk/models.py
@@ -34,9 +34,6 @@ class Comment(models.Model):
class Meta:
ordering = ('comment_text',)
- def __str__(self):
- return self.comment_text
-
# Ticket 15823