[PATCH 01/10] stick django version to 1.8

Daniel Axtens dja at axtens.net
Sun Aug 28 15:06:14 AEST 2016


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>
> ---
>  requirements-dev.txt  | 2 +-
>  requirements-prod.txt | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/requirements-dev.txt b/requirements-dev.txt
> index d44ebc6..5c5f9eb 100644
> --- a/requirements-dev.txt
> +++ b/requirements-dev.txt
> @@ -1,2 +1,2 @@
> -Django>=1.8,<1.10
> +Django>=1.8,<1.9
>  -r requirements-test.txt
> diff --git a/requirements-prod.txt b/requirements-prod.txt
> index 2c88c7d..9662dad 100644
> --- a/requirements-prod.txt
> +++ b/requirements-prod.txt
> @@ -1,2 +1,2 @@
> -Django>=1.8,<1.10
> +Django>=1.8,<1.9
>  psycopg2==2.6.1
> -- 
> 1.9.1
>
> _______________________________________________
> Patchwork mailing list
> Patchwork at lists.ozlabs.org
> https://lists.ozlabs.org/listinfo/patchwork
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 859 bytes
Desc: not available
URL: <http://lists.ozlabs.org/pipermail/patchwork/attachments/20160828/c171637c/attachment.sig>


More information about the Patchwork mailing list