mirror of
https://github.com/django/django.git
synced 2025-08-04 02:48:35 +00:00
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>
This commit is contained in:
parent
f1a808a502
commit
6461583b6c
20 changed files with 0 additions and 150 deletions
|
@ -3,6 +3,3 @@ from django.db import models
|
|||
|
||||
class Thing(models.Model):
|
||||
num = models.IntegerField()
|
||||
|
||||
def __str__(self):
|
||||
return "Thing %d" % self.num
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue