mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-08-05 13:00:12 +03:00
Merge 18c4847922
into fd72a814f8
This commit is contained in:
commit
3544b6ceee
|
@ -39,3 +39,6 @@ class Token(models.Model):
|
||||||
|
|
||||||
def __str__(self):
|
def __str__(self):
|
||||||
return self.key
|
return self.key
|
||||||
|
|
||||||
|
def __str__(self):
|
||||||
|
return self.key
|
||||||
|
|
Loading…
Reference in New Issue
Block a user