Fix docstring for recent commit

This commit is contained in:
Hugo Cartwright 2021-04-05 13:05:45 +02:00
parent 8dc991e3b7
commit dff8ec147e

View File

@ -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):