mirror of
https://github.com/django/django.git
synced 2025-08-04 10:59:45 +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
|
@ -100,6 +100,3 @@ class UUIDPK(models.Model):
|
|||
class UUID(models.Model):
|
||||
uuid = models.UUIDField(null=True)
|
||||
uuid_fk = models.ForeignKey(UUIDPK, models.CASCADE, null=True)
|
||||
|
||||
def __str__(self):
|
||||
return "%s" % self.uuid
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue