Skip to content

Commit 28f3f5e

Browse files
authored
Add source_refresh_token to raw_id_fields (#783)
1 parent 6c7d222 commit 28f3f5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

oauth2_provider/admin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ class GrantAdmin(admin.ModelAdmin):
2323

2424
class AccessTokenAdmin(admin.ModelAdmin):
2525
list_display = ("token", "user", "application", "expires")
26-
raw_id_fields = ("user", )
26+
raw_id_fields = ("user", "source_refresh_token")
2727

2828

2929
class RefreshTokenAdmin(admin.ModelAdmin):

0 commit comments

Comments
 (0)