From patchwork Mon Nov 2 20:30:59 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stephen Finucane X-Patchwork-Id: 539105 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.ozlabs.org (lists.ozlabs.org [103.22.144.68]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 1C43F140D98 for ; Tue, 3 Nov 2015 07:31:43 +1100 (AEDT) Received: from lists.ozlabs.org (lists.ozlabs.org [IPv6:2401:3900:2:1::3]) by lists.ozlabs.org (Postfix) with ESMTP id 014AF1A0A75 for ; Tue, 3 Nov 2015 07:31:43 +1100 (AEDT) X-Original-To: patchwork@lists.ozlabs.org Delivered-To: patchwork@lists.ozlabs.org Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by lists.ozlabs.org (Postfix) with ESMTP id AA5F61A0DA6 for ; Tue, 3 Nov 2015 07:31:12 +1100 (AEDT) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga103.fm.intel.com with ESMTP; 02 Nov 2015 12:31:10 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.20,236,1444719600"; d="scan'208";a="825204216" Received: from irvmail001.ir.intel.com ([163.33.26.43]) by fmsmga001.fm.intel.com with ESMTP; 02 Nov 2015 12:31:10 -0800 Received: from sivswdev01.ir.intel.com (sivswdev01.ir.intel.com [10.237.217.45]) by irvmail001.ir.intel.com (8.14.3/8.13.6/MailSET/Hub) with ESMTP id tA2KV9FR024076; Mon, 2 Nov 2015 20:31:09 GMT Received: from sivswdev01.ir.intel.com (localhost [127.0.0.1]) by sivswdev01.ir.intel.com with ESMTP id tA2KV9sw027797; Mon, 2 Nov 2015 20:31:09 GMT Received: (from sfinucan@localhost) by sivswdev01.ir.intel.com with id tA2KV9nh027793; Mon, 2 Nov 2015 20:31:09 GMT From: Stephen Finucane To: patchwork@lists.ozlabs.org Subject: [PATCH 1/3] docs: Emphasise the deprecation of Django 1.6 Date: Mon, 2 Nov 2015 20:30:59 +0000 Message-Id: <1446496262-27236-2-git-send-email-stephen.finucane@intel.com> X-Mailer: git-send-email 2.0.0 In-Reply-To: <1446496262-27236-1-git-send-email-stephen.finucane@intel.com> References: <1446496262-27236-1-git-send-email-stephen.finucane@intel.com> X-BeenThere: patchwork@lists.ozlabs.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Patchwork development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: patchwork-bounces+incoming=patchwork.ozlabs.org@lists.ozlabs.org Sender: "Patchwork" Though already mentioned in the CHANGELOG, the UPGRADING document should describe plans to deprecate support for Django 1.6. This will ensure sysadmins are not suprised when they attempt to upgrade. Signed-off-by: Stephen Finucane --- UPGRADING.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/UPGRADING.md b/UPGRADING.md index 3cf69d4..b302716 100644 --- a/UPGRADING.md +++ b/UPGRADING.md @@ -13,6 +13,10 @@ and re-run the grants script. For example, on postgres: psql -f lib/sql/migration/015-add-patch-tags.sql patchwork psql -f lib/sql/grant-all.postgres.sql patchwork +We highly suggest you move to Django Migrations as support for Django 1.6 +(and subsequently manual SQL migrations) will be dropped in an upcoming +release. + ### Update to the new settings infrastructure By default, settings are read from `patchwork/settings/production.py`. To