mirror of
https://github.com/django/django.git
synced 2025-08-30 23:37:50 +00:00
Removed unused __str__() methods in tests models.
Follow up to 6461583b6c
.
This commit is contained in:
parent
bb13711451
commit
555e3a848e
35 changed files with 2 additions and 400 deletions
|
@ -72,9 +72,6 @@ class Pet(models.Model):
|
|||
class Meta:
|
||||
ordering = ('name',)
|
||||
|
||||
def __str__(self):
|
||||
return self.name
|
||||
|
||||
|
||||
class UserProfile(models.Model):
|
||||
user = models.OneToOneField(User, models.SET_NULL, null=True)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue