chore: run timezone.now migrations before converting timestamps to UTC (#4404)
This commit is contained in:
parent
3cc208c05f
commit
3e5c1c6365
|
@ -149,8 +149,14 @@ def forward(apps, schema_editor):
|
|||
|
||||
class Migration(migrations.Migration):
|
||||
dependencies = [
|
||||
('utils', '0001_initial'),
|
||||
('doc', '0045_use_timezone_now_for_doc_models'),
|
||||
('group', '0059_use_timezone_now_for_group_models'),
|
||||
('meeting', '0058_meeting_time_zone_not_blank'),
|
||||
('message', '0012_use_timezone_now_for_message_models'),
|
||||
('person', '0025_use_timezone_now_for_person_models'),
|
||||
('review', '0029_use_timezone_now_for_review_models'),
|
||||
('submit', '0011_use_timezone_now_for_submit_models'),
|
||||
('utils', '0001_initial'),
|
||||
]
|
||||
|
||||
# To generate the queries:
|
||||
|
|
Loading…
Reference in a new issue