[PATCH 01/10] stick django version to 1.8
Thomas Monjalon
thomas.monjalon at 6wind.com
Tue Sep 6 20:21:14 AEST 2016
Hi,
2016-08-28 15:06, Daniel Axtens:
> Hi,
>
> WEN Pingbo <wengpingbo at gmail.com> writes:
>
> > Avoiding below error:
> > django.db.utils.ProgrammingError: relation "patchwork_state" does not exist
> > LINE 1: ...dering", "patchwork_state"."action_required" FROM "patchwork...
>
> Interesting. Stephen merged my patch
> https://github.com/getpatchwork/patchwork/commit/231966452f22dd344eabdd4f0722ce5463d1469a
> which should also solve this problem.
>
> Could you rebase on top of master and see if this patch is still needed?
>
> Regards,
> Daniel
>
> >
> > Signed-off-by: WEN Pingbo <wengpingbo at gmail.com>
[...]
> > --- a/requirements-prod.txt
> > +++ b/requirements-prod.txt
> > @@ -1,2 +1,2 @@
> > -Django>=1.8,<1.10
> > +Django>=1.8,<1.9
Unfortunately, the requirement <1.9 does not download Django 1.8
but a release candidate of the version 1.9.
Is it the expected behaviour?
More information about the Patchwork
mailing list