diff options
| author | Author: Mads Jensen <mje@inducks.org> | 2020-01-22 15:05:56 +0100 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2020-04-15 20:20:32 +0200 |
| commit | 6461583b6cc257d25880ef9a9fd7e2125ac53ce1 (patch) | |
| tree | bbade5fb7117ac74da58e8f78b51cd7136a34b21 /tests/null_fk | |
| parent | f1a808a5025b63715d1034af2b96a6a5241d29e9 (diff) | |
Removed unused __str__() methods in tests models.
Co-Authored-By: Mariusz Felisiak <felisiak.mariusz@gmail.com>
Co-Authored-By: Hasan Ramezani <hasan.r67@gmail.com>
Diffstat (limited to 'tests/null_fk')
| -rw-r--r-- | tests/null_fk/models.py | 3 |
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 |
