today = datetime.date.today() if self.start_date<today: raise ValidationError('只能提交今天以后的休假单')
需要控制休假开始日期只能大于等于当天
目前可以提之前日期的休假单