Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ Jerome Leclanche
Jim Graham
Jonas Nygaard Pedersen
Jonathan Steffan
Jozef Knaperek
Jun Zhou
Kristian Rune Larsen
Paul Dekkers
Expand Down
1 change: 1 addition & 0 deletions oauth2_provider/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ class ApplicationAdmin(admin.ModelAdmin):

class AccessTokenAdmin(admin.ModelAdmin):
list_display = ("token", "user", "application", "expires")
list_select_related = ("application", "user")
raw_id_fields = ("user", "source_refresh_token")


Expand Down