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 8338002 commit 8e7be00Copy full SHA for 8e7be00
oauth2_provider/admin.py
@@ -7,7 +7,7 @@
7
8
9
class ApplicationAdmin(admin.ModelAdmin):
10
- list_display = ("name", "user", "client_type", "authorization_grant_type")
+ list_display = ("id", "name", "user", "client_type", "authorization_grant_type")
11
list_filter = ("client_type", "authorization_grant_type", "skip_authorization")
12
radio_fields = {
13
"client_type": admin.HORIZONTAL,
0 commit comments