diff --git a/caravel/forms.py b/caravel/forms.py index 4b5310fa261..5c4e1a70bf9 100644 --- a/caravel/forms.py +++ b/caravel/forms.py @@ -238,6 +238,7 @@ class FormFactory(object): ('', 'default'), ('now', 'now'), ), + default='', description=( "Defines the origin where time buckets start, " "accepts natural dates as in 'now', 'sunday' or '1970-01-01'")),