|
tuple | list_display = ('id', 'payment_id', 'topic', 'processed', 'created_at') |
tuple | list_filter = ('topic', 'processed', 'created_at') |
tuple | search_fields = ('id', 'payment_id') |
tuple | readonly_fields = ('id', 'created_at', 'raw_data') |
tuple | ordering = ('-created_at',) |
Definition at line 13 of file admin.py.
◆ list_display
tuple payment_service.admin.PaymentNotificationAdmin.list_display = ('id', 'payment_id', 'topic', 'processed', 'created_at') |
|
static |
◆ list_filter
tuple payment_service.admin.PaymentNotificationAdmin.list_filter = ('topic', 'processed', 'created_at') |
|
static |
◆ ordering
tuple payment_service.admin.PaymentNotificationAdmin.ordering = ('-created_at',) |
|
static |
◆ readonly_fields
tuple payment_service.admin.PaymentNotificationAdmin.readonly_fields = ('id', 'created_at', 'raw_data') |
|
static |
◆ search_fields
tuple payment_service.admin.PaymentNotificationAdmin.search_fields = ('id', 'payment_id') |
|
static |
The documentation for this class was generated from the following file:
- microservicemp/mercadopago_service/payment_service/admin.py