mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-07-27 08:29:59 +03:00
Fix docstring for recent commit
This commit is contained in:
parent
8dc991e3b7
commit
dff8ec147e
|
@ -41,7 +41,7 @@ class Token(models.Model):
|
|||
|
||||
class TokenProxy(Token):
|
||||
"""
|
||||
Proxy mapping pk to user pk for use in admin.
|
||||
Proxy mapping pk to user_id for use in admin.
|
||||
"""
|
||||
@property
|
||||
def pk(self):
|
||||
|
|
Loading…
Reference in New Issue
Block a user