From 908ca52b08355586f792705ae3a9b06b4d076de0 Mon Sep 17 00:00:00 2001 From: Lance Edgar Date: Wed, 6 Dec 2017 14:59:11 -0600 Subject: [PATCH] Fix type for export 'created' field --- tailbone/views/exports.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tailbone/views/exports.py b/tailbone/views/exports.py index af1ab20e..5f583013 100644 --- a/tailbone/views/exports.py +++ b/tailbone/views/exports.py @@ -99,6 +99,7 @@ class ExportMasterView(MasterView): # created f.set_readonly('created') + f.set_type('created', 'datetime') # created_by f.set_readonly('created_by')