add updated to list view

This commit is contained in:
Thomas Steen Rasmussen 2017-09-14 22:58:45 +02:00
parent 21184c9c67
commit c2cfc0cdb4

View file

@ -69,6 +69,7 @@ class OrderAdmin(admin.ModelAdmin):
list_display = [ list_display = [
'id', 'id',
'created', 'created',
'updated',
'user', 'user',
'get_email', 'get_email',
'total', 'total',