From patchwork Sat Oct 6 19:01:38 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stephen Finucane X-Patchwork-Id: 979988 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.ozlabs.org (lists.ozlabs.org [203.11.71.2]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 42SGHB2bHdz9s8T for ; Sun, 7 Oct 2018 06:03:18 +1100 (AEDT) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=that.guru Authentication-Results: ozlabs.org; dkim=fail reason="key not found in DNS" (0-bit key; unprotected) header.d=that.guru header.i=@that.guru header.b="Kx8N4WKl"; dkim-atps=neutral Received: from lists.ozlabs.org (lists.ozlabs.org [IPv6:2401:3900:2:1::3]) by lists.ozlabs.org (Postfix) with ESMTP id 42SGH95pJtzF3RM for ; Sun, 7 Oct 2018 06:03:17 +1100 (AEDT) Authentication-Results: lists.ozlabs.org; dmarc=none (p=none dis=none) header.from=that.guru Authentication-Results: lists.ozlabs.org; dkim=fail reason="key not found in DNS" (0-bit key; unprotected) header.d=that.guru header.i=@that.guru header.b="Kx8N4WKl"; dkim-atps=neutral X-Original-To: patchwork@lists.ozlabs.org Delivered-To: patchwork@lists.ozlabs.org Authentication-Results: lists.ozlabs.org; spf=none (mailfrom) smtp.mailfrom=that.guru (client-ip=185.234.75.8; helo=relay001.mxroute.com; envelope-from=stephen@that.guru; receiver=) Authentication-Results: lists.ozlabs.org; dmarc=none (p=none dis=none) header.from=that.guru Authentication-Results: lists.ozlabs.org; dkim=fail reason="key not found in DNS" (0-bit key; unprotected) header.d=that.guru header.i=@that.guru header.b="Kx8N4WKl"; dkim-atps=neutral Received: from relay001.mxroute.com (relay001.mxroute.com [185.234.75.8]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 42SGG55Tx0zF3LS for ; Sun, 7 Oct 2018 06:02:20 +1100 (AEDT) Received: from filter002.mxroute.com (unknown [185.133.192.179]) by relay001.mxroute.com (Postfix) with ESMTP id 214A63F147 for ; Sat, 6 Oct 2018 19:01:48 +0000 (UTC) Received: from one.mxroute.com (one.mxroute.com [195.201.59.211]) by filter002.mxroute.com (Postfix) with ESMTPS id 093673F548 for ; Sat, 6 Oct 2018 19:01:48 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=that.guru; s=default; h=References:In-Reply-To:Message-Id:Date:Subject:Cc:To:From: Sender:Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=aD2hz6g1W+8PQc2KxeBE0qJGt8rX2kkTpEc5s7Cgxxg=; b=Kx8N4WKl0gl+m3XGug1s5TpyFk z3zMyK8t3x+R8PkU2t0kdF7FpKnAPrE8azEq829emA3d7SBF4C8MjmxPyV45ofbipHzgA3ZAW9xXz DPGXT4fQ3vrn34YP0kBzuzGhIqNanetgHsHxZdkKldt3ilTJMVCl77UtZAQTnsRpw4eKColQYjBtw EobnBE7fWF2Yo5W8/NQKqWQXoPaaObklSiu4Hb9WHqTucNf7YKvxSB3kWPj3u1iDNniJInF74jWZh 2jCPIhGAF8keQ6zmN7xSJIrzmIqoUTc1HHyaZH205lxemP0YE1CekOOngMW1iufp06RJYIG1kjM1J NpU1Jd9Q==; From: Stephen Finucane To: patchwork@lists.ozlabs.org Subject: [PATCH 4/4] docs: Call out Python 3 dependency for Django 2.0 Date: Sat, 6 Oct 2018 20:01:38 +0100 Message-Id: <20181006190138.9798-4-stephen@that.guru> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20181006190138.9798-1-stephen@that.guru> References: <20181006190138.9798-1-stephen@that.guru> X-AuthUser: stephen@that.guru X-BeenThere: patchwork@lists.ozlabs.org X-Mailman-Version: 2.1.29 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" Just for those that don't read the Django release notes. Signed-off-by: Stephen Finucane --- releasenotes/notes/django-2-0-support-807980866ca16b77.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/releasenotes/notes/django-2-0-support-807980866ca16b77.yaml b/releasenotes/notes/django-2-0-support-807980866ca16b77.yaml index 5c206739..595af9e0 100644 --- a/releasenotes/notes/django-2-0-support-807980866ca16b77.yaml +++ b/releasenotes/notes/django-2-0-support-807980866ca16b77.yaml @@ -2,4 +2,4 @@ features: - | `Django 2.0 `_ is now - supported. + supported. This requires Python 3.