We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9e529f commit 3b472b9Copy full SHA for 3b472b9
1 file changed
apiv2/admin.py
@@ -26,7 +26,7 @@
26
@admin.register(ApiV2Client)
27
class ApiV2ClientAdmin(admin.ModelAdmin):
28
raw_id_fields = ("user",)
29
- search_fields = ("user__username", "name", "=oauth_client__client_id", "=key", "description")
+ search_fields = ("=user__username", "name", "=oauth_client__client_id", "=key", "description")
30
list_filter = ("status", "throttling_level")
31
list_display = ("name", "url", "user", "status", "throttling_level")
32
0 commit comments