|
|
| get_readonly_fields (self, request, obj=None) |
| |
|
|
list | actions = [export_selected_sessions] |
| |
| list | list_display |
| |
|
list | search_fields = ['user__last_name', 'user__first_name'] |
| |
| list | list_filter |
| |
|
list | inlines = [CheckinInline, CheckoutInline] |
| |
|
list | autocomplete_fields = ['user'] |
| |
|
list | ordering = ['-checkin__time', '-checkout__time'] |
| |
◆ list_display
| list midas.admin.SessionAdmin.list_display |
|
static |
Initial value:= [
'checkin__time',
'checkout__time',
'user__last_name',
'user__first_name',
]
◆ list_filter
| list midas.admin.SessionAdmin.list_filter |
|
static |
Initial value:= [
SessionUserListFilter,
SessionSubteamListFilter,
SessionLogTypeListFilter,
]
The documentation for this class was generated from the following file:
- door_tracker/midas/admin.py