mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-07-29 17:39:48 +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):
|
class TokenProxy(Token):
|
||||||
"""
|
"""
|
||||||
Proxy mapping pk to user pk for use in admin.
|
Proxy mapping pk to user_id for use in admin.
|
||||||
"""
|
"""
|
||||||
@property
|
@property
|
||||||
def pk(self):
|
def pk(self):
|
||||||
|
|
Loading…
Reference in New Issue
Block a user