Add creation date time field to bootstrap fixtures

This commit is contained in:
Roberto Rosario
2012-10-08 11:56:48 -04:00
parent 2b706f3f4a
commit 77bbb5c048
3 changed files with 37 additions and 0 deletions

View File

@@ -29,6 +29,7 @@ def bootstrap_setup_list(request):
'extra_columns': [
{'name': _(u'description'), 'attribute': 'description'},
{'name': _(u'type'), 'attribute': 'get_type_display'},
{'name': _(u'created'), 'attribute': 'created'},
],
}