[PATCH 15/15] requirements: Update Django to 1.9

Andy Doan andy.doan at linaro.org
Fri Mar 25 06:48:27 AEDT 2016


On 03/24/2016 12:53 PM, Stephen Finucane wrote:
> Django 1.9 is the latest version so encourage devs to use this. Tests
> are retained for all supported versions of Django (currently 1.6 to
> 1.9).
>
> Signed-off-by: Stephen Finucane <stephen.finucane at intel.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 d52ce6f..704d2de 100644
> --- a/requirements-dev.txt
> +++ b/requirements-dev.txt
> @@ -1,2 +1,2 @@
> -Django<1.9,>=1.8
> +Django<1.10,>=1.9
>   -r requirements-test.txt
> diff --git a/requirements-prod.txt b/requirements-prod.txt
> index 596eb6d..9ec9650 100644
> --- a/requirements-prod.txt
> +++ b/requirements-prod.txt
> @@ -1,2 +1,2 @@
> -Django<1.9,>=1.8
> +Django<1.10,>=1.9
>   psycopg2==2.6.1

I know this has been debated somewhat in the past, but I wonder if 1.9 
is a good "production" recommendation. The 1.8.X series is Django's LTS 
which will give people support for a year longer than 1.9 will.

  https://www.djangoproject.com/download/#supported-versions



More information about the Patchwork mailing list