Skip to content

Commit

Permalink
[hotfix] setting default value for druid_time_origin
Browse files Browse the repository at this point in the history
  • Loading branch information
mistercrunch committed May 17, 2016
1 parent d1f0276 commit 4738b01
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions caravel/forms.py
Original file line number Diff line number Diff line change
Expand Up @@ -238,6 +238,7 @@ def __init__(self, viz):
('', 'default'),
('now', 'now'),
),
default='',
description=(
"Defines the origin where time buckets start, "
"accepts natural dates as in 'now', 'sunday' or '1970-01-01'")),
Expand Down

0 comments on commit 4738b01

Please sign in to comment.