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 d31fd66 commit 16cc0d8Copy full SHA for 16cc0d8
oauth2_provider/admin.py
@@ -19,7 +19,7 @@
19
20
21
classApplicationAdmin(admin.ModelAdmin):
22
-list_display= ("id", "name", "user", "client_type", "authorization_grant_type")
+list_display= ("pk", "name", "user", "client_type", "authorization_grant_type")
23
list_filter= ("client_type", "authorization_grant_type", "skip_authorization")
24
radio_fields={
25
"client_type": admin.HORIZONTAL,
0 commit comments