Relative Content

Tag Archive for djangodjango-formspsycopg2

Setting DateTimeRangeField programmatically via a ModelForm

I’m trying to set the DateTimeRangeField in a Django ModelForm form, but I’m getting a validation error “this field is required”. It seems that Django is not recognizing nor psycopg2.extras.DateTimeTZRange instance, nor any date strings as a valid value.