From patchwork Thu Oct 18 16:48:05 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stephen Finucane X-Patchwork-Id: 986070 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.ozlabs.org (lists.ozlabs.org [IPv6:2401:3900:2:1::3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 42bZkW3HFTz9s2P for ; Fri, 19 Oct 2018 03:48:51 +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="KoNO8XD2"; 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 42bZkW1bjMzF3G1 for ; Fri, 19 Oct 2018 03:48:51 +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="KoNO8XD2"; 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.13; helo=relay013.mxrelay.co; 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="KoNO8XD2"; dkim-atps=neutral Received: from relay013.mxrelay.co (relay013.mxrelay.co [185.234.75.13]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 42bZkN12r3zF39h for ; Fri, 19 Oct 2018 03:48:43 +1100 (AEDT) Received: from filter002.mxroute.com (unknown [185.133.192.179]) by relay013.mxrelay.co (Postfix) with ESMTP id EF0D742DFA for ; Thu, 18 Oct 2018 16:48:10 +0000 (UTC) Received: from one.mxroute.com (one.mxroute.com [195.201.59.211]) by filter002.mxroute.com (Postfix) with ESMTPS id C76E73F546 for ; Thu, 18 Oct 2018 16:48:10 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=that.guru; s=default; h=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: In-Reply-To:References:List-Id:List-Help:List-Unsubscribe:List-Subscribe: List-Post:List-Owner:List-Archive; bh=lCv2OjPXyb2zBiyIxTbLa1rLDxtrkSdFR6OyPFEaQ9E=; b=KoNO8XD2qvo2ATBjsLcgJbmDq5 0WzBW6r4u01Pr0/FEaXtMeN1QJnLZh3ydm3EpM/nxVXFOQip64R74nUYh7xIxX9OeIV7c/3vuBjp6 Q8KIWLfIzanL2YWZm4ZF3Qd2oQwQNNURAxZ8RYb/oSwAT9dzBFbc1wckZB+DjZqbjUvOY/x0x48q4 OWYGOpfOu4NiHYVFBY7hXWxJ65OfTpCyUBYlnuW3jBt8hR+1QlURc9YByO/v6S9Rr3EYTIAkeqdcW pX8hki6R5TnUBGq0Hu4OAuXj5aYxzrrwOROf9PzBIl+AbO/FbBlTzynTyyE3CPVec69Z57SJxKga4 yEoSpj3w==; From: Stephen Finucane To: patchwork@lists.ozlabs.org Subject: [PATCH 1/2] Add support for Django REST Framework 3.9 Date: Thu, 18 Oct 2018 17:48:05 +0100 Message-Id: <20181018164806.9815-1-stephen@that.guru> X-Mailer: git-send-email 2.17.2 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" As with 3.7 and 3.8, there are no breaking changes we need to be concerned with here. Signed-off-by: Stephen Finucane --- .../notes/django-rest-framework-3-9-0afb78322dd82367.yaml | 6 ++++++ requirements-dev.txt | 2 +- requirements-prod.txt | 2 +- tox.ini | 4 ++-- 4 files changed, 10 insertions(+), 4 deletions(-) create mode 100644 releasenotes/notes/django-rest-framework-3-9-0afb78322dd82367.yaml diff --git a/releasenotes/notes/django-rest-framework-3-9-0afb78322dd82367.yaml b/releasenotes/notes/django-rest-framework-3-9-0afb78322dd82367.yaml new file mode 100644 index 00000000..e6553180 --- /dev/null +++ b/releasenotes/notes/django-rest-framework-3-9-0afb78322dd82367.yaml @@ -0,0 +1,6 @@ +--- +upgrade: + - | + `Django REST Framework 3.9 + `_ is now + supported. diff --git a/requirements-dev.txt b/requirements-dev.txt index 994b9b68..ae6a1b1d 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,6 +1,6 @@ Django==2.1.2; python_version >= '3.4' Django==1.11.15; python_version < '3.0' # pyup: ignore -djangorestframework==3.8.2 +djangorestframework==3.9.0 django-filter==2.0.0; python_version >= '3.4' django-filter==1.1.0; python_version < '3.0' # pyup: ignore django-debug-toolbar==1.10.1 diff --git a/requirements-prod.txt b/requirements-prod.txt index 5bf8a273..f3647d6b 100644 --- a/requirements-prod.txt +++ b/requirements-prod.txt @@ -1,6 +1,6 @@ Django==2.1.2; python_version >= '3.4' Django==1.11.15; python_version < '3.0' # pyup: ignore -djangorestframework==3.8.2 +djangorestframework==3.9.0 django-filter==2.0.0; python_version >= '3.4' django-filter==1.1.0; python_version < '3.0' # pyup: ignore psycopg2-binary==2.7.5 diff --git a/tox.ini b/tox.ini index df17df7e..384d3c7c 100644 --- a/tox.ini +++ b/tox.ini @@ -7,12 +7,12 @@ skipsdist = True deps = -r{toxinidir}/requirements-test.txt django111: django>=1.11,<2.0 - django111: djangorestframework>=3.6,<3.9 + django111: djangorestframework>=3.6,<3.10 django111: django-filter>=1.0,<3.0; python_version >= '3.4' django111: django-filter>=1.0,<2.0; python_version < '3.0' django20: django>=2.0,<2.1 django21: django>=2.1,<2.2 - django{20,21}: djangorestframework>=3.7,<3.9 + django{20,21}: djangorestframework>=3.7,<3.10 django{20,21}: django-filter>=2.0,<3.0 setenv = DJANGO_SETTINGS_MODULE = patchwork.settings.dev