diff --git a/rest_framework/authtoken/models.py b/rest_framework/authtoken/models.py index 03c252638..ad4334b19 100644 --- a/rest_framework/authtoken/models.py +++ b/rest_framework/authtoken/models.py @@ -49,5 +49,5 @@ class TokenProxy(Token): class Meta: proxy = 'rest_framework.authtoken' in settings.INSTALLED_APPS - abstract = 'rest_framework.authtoken' not in settings.INSTALLED_APPS + abstract = not proxy verbose_name = "token"