[PATCH v3] Avoid timezone confusion
Daniel Axtens
dja at axtens.net
Sat Feb 24 01:44:25 AEDT 2018
Hi Veronika,
I have become briefly sidetracked by Docker's default behaviour to set
the timezone in the container to UTC. However, I did have 1 question:
> diff --git a/patchwork/migrations/0024_timezone_unify.py b/patchwork/migrations/0024_timezone_unify.py
> new file mode 100644
> index 0000000..99f0642
> --- /dev/null
> +++ b/patchwork/migrations/0024_timezone_unify.py
> @@ -0,0 +1,46 @@
> +# -*- coding: utf-8 -*-
> +# Generated by Django 1.10.8 on 2018-02-22 23:11
> +from __future__ import unicode_literals
> +
> +import datetime
> +from django.db import migrations, models
> +
> +
> +class Migration(migrations.Migration):
> +
> + dependencies = [
> + ('patchwork', '0023_submissiontag'),
> + ]
This migration is numbered 24, and depends on 23. I only see migrations
up to 21 in master. I assume you've accidentally based this on some
internal patches. I fixed this up so you don't need to respin, but I
just wanted to check that there wasn't anything in the missing
migrations that you needed for this patch.
Regards,
Daniel
More information about the Patchwork
mailing list