Skip to content

Commit 8e7be00

Browse files
hebertjulioauvipy
authored andcommitted
Add id in list_display on AplicationAdmin. (#767)
1 parent 8338002 commit 8e7be00

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
@@ -7,7 +7,7 @@
77

88

99
class ApplicationAdmin(admin.ModelAdmin):
10-
list_display = ("name", "user", "client_type", "authorization_grant_type")
10+
list_display = ("id", "name", "user", "client_type", "authorization_grant_type")
1111
list_filter = ("client_type", "authorization_grant_type", "skip_authorization")
1212
radio_fields = {
1313
"client_type": admin.HORIZONTAL,

0 commit comments

Comments
 (0)