Skip to content

Commit

Permalink
Include dttm_cols in datasource.data - see apache#3302
Browse files Browse the repository at this point in the history
  • Loading branch information
rhunwicks committed Dec 15, 2017
1 parent 7c4a2d8 commit 4f15e07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/connectors/pandas/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ def is_string(self):
def data(self):
attrs = (
'column_name', 'verbose_name', 'description', 'expression',
'filterable', 'groupby')
'filterable', 'groupby', 'is_dttm')
return {s: getattr(self, s) for s in attrs}

def get_perm(self):
Expand Down

0 comments on commit 4f15e07

Please sign in to comment.