To set value for the year and month in SelectDateWidget while leaving the empty use
SelectDateWidget
my_date = form.DateField( widget=forms.SelectDateWidget(empty_label=("---", None,None)), initial=timezone.now() )