We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea4774a commit 977ecb9Copy full SHA for 977ecb9
1 file changed
mcserver/admin.py
@@ -58,7 +58,7 @@ class SessionAdmin(admin.ModelAdmin):
58
'public',
59
'created_at', 'updated_at', 'server',
60
'status', 'status_changed',
61
- 'trashed', 'trashed_at',
+ 'trashed', 'trashed_at', 'isMono',
62
)
63
raw_id_fields = ('user', 'subject')
64
search_fields = ['id', 'user__username', "subject__name"]
0 commit comments