ValueError: day is out of range for month
Closed this issue · 0 comments
sentry-io commented
Sentry Issue: DJANGO-GIRLS-WEBSITE-6D
ValueError: day is out of range for month
(8 additional frame(s) were not displayed)
...
File "organize/forms.py", line 129, in clean_date
validate_future_date(date)
File "core/validators.py", line 22, in validate_future_date
if date(e_date.year, e_date.month, e_date.day) - today < timedelta(days=0):