-
-
Notifications
You must be signed in to change notification settings - Fork 775
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add the ingest_community_events_calender cronjob #7536
Conversation
migrations.AddField( | ||
model_name='upcomingdate', | ||
name='last_modified', | ||
field=models.DateTimeField(db_index=True, default=datetime.datetime(2020, 9, 25, 9, 44, 19, 299543)), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not sure about the default value to populate existing records!
cdoe seems fairly sane to me; how did you test this? |
Hi @owocki, I have some ideas for test cases. Do we need any particular testes here? |
amazing! LGTM |
@danlipert No worries, I'll check it out. |
Description
Refers/Fixes
Fixes: #7499