We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 007a5c4 commit b94f69eCopy full SHA for b94f69e
AUTHORS
@@ -79,3 +79,4 @@ Dominik George
79
David Hill
80
Darrel O'Pry
81
Jordi Sanchez
82
+Owen Gong
oauth2_provider/admin.py
@@ -48,6 +48,7 @@ class IDTokenAdmin(admin.ModelAdmin):
48
raw_id_fields = ("user",)
49
search_fields = ("user__email",) if has_email else ()
50
list_filter = ("application",)
51
+ list_select_related = ("application", "user")
52
53
54
class RefreshTokenAdmin(admin.ModelAdmin):
0 commit comments