We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77ef27f commit d7c8dcfCopy full SHA for d7c8dcf
rest_framework/authtoken/admin.py
@@ -28,7 +28,6 @@ class TokenAdmin(admin.ModelAdmin):
28
search_help_text = _('Username')
29
ordering = ('-created',)
30
actions = None # Actions not compatible with mapped IDs.
31
- autocomplete_fields = ("user",)
32
33
def get_changelist(self, request, **kwargs):
34
return TokenChangeList
0 commit comments