[Tools-discuss] Please help find where feat/django4 breaks

Robert Sparks <rjsparks@nostrum.com> Tue, 23 May 2023 17:13 UTC

Return-Path: <rjsparks@nostrum.com>
X-Original-To: tools-discuss@ietfa.amsl.com
Delivered-To: tools-discuss@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id C4CE0C151B17; Tue, 23 May 2023 10:13:13 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.077
X-Spam-Level:
X-Spam-Status: No, score=-2.077 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_ZEN_BLOCKED_OPENDNS=0.001, T_SPF_HELO_PERMERROR=0.01, T_SPF_PERMERROR=0.01, URIBL_DBL_BLOCKED_OPENDNS=0.001, URIBL_ZEN_BLOCKED_OPENDNS=0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=nostrum.com
Received: from mail.ietf.org ([50.223.129.194]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id j5U6wmMtUg1N; Tue, 23 May 2023 10:13:09 -0700 (PDT)
Received: from nostrum.com (raven-v6.nostrum.com [IPv6:2001:470:d:1130::1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 3E481C1519BC; Tue, 23 May 2023 10:13:09 -0700 (PDT)
Received: from [192.168.1.102] ([47.186.48.51]) (authenticated bits=0) by nostrum.com (8.17.1/8.17.1) with ESMTPSA id 34NHD649071324 (version=TLSv1.3 cipher=TLS_AES_256_GCM_SHA384 bits=256 verify=NO); Tue, 23 May 2023 12:13:07 -0500 (CDT) (envelope-from rjsparks@nostrum.com)
DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=nostrum.com; s=default; t=1684861987; bh=fYhlLyCCXqWfv1hddgAle6eiPxWMwtDuDbF4wMm+vlg=; h=Date:To:From:Subject; b=QPv4DZafdoBT43Bt/cKtANO6gK0QJJEhv7uSUbyKYkkN6nXPjsJMbIxPvrvAktmMb fvB5MGWlo6NXYOiMm7eWgMaORdenG8QNM2LhId6l37G/rNCIbx3HYg6YR5MhIVG22U QSg54ldcP3znCHaSQI/mUCcvX/obKygxDuR6HvE8=
X-Authentication-Warning: raven.nostrum.com: Host [47.186.48.51] claimed to be [192.168.1.102]
Message-ID: <5317d335-cad9-a6dd-1482-91a52dab8dbe@nostrum.com>
Date: Tue, 23 May 2023 12:13:01 -0500
MIME-Version: 1.0
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:102.0) Gecko/20100101 Thunderbird/102.11.0
Content-Language: en-US
To: Working Chairs <wgchairs@ietf.org>, tools-discuss <tools-discuss@ietf.org>
From: Robert Sparks <rjsparks@nostrum.com>
Content-Type: text/plain; charset="UTF-8"; format="flowed"
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/tools-discuss/FTJZIbHrGwtauFNTCLJ2133zTYI>
Subject: [Tools-discuss] Please help find where feat/django4 breaks
X-BeenThere: tools-discuss@ietf.org
X-Mailman-Version: 2.1.39
Precedence: list
List-Id: IETF Tools Discussion <tools-discuss.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/tools-discuss>, <mailto:tools-discuss-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/tools-discuss/>
List-Post: <mailto:tools-discuss@ietf.org>
List-Help: <mailto:tools-discuss-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/tools-discuss>, <mailto:tools-discuss-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 23 May 2023 17:13:13 -0000

We are close to ready to move the production datatracker onto django 4.2

Please take a few moments to try running through the things you might do 
as a chair, secretary, reviewer, or other role that involve submitting 
forms/changing data at https://dt-django4.dev.ietf.org/. (This is a 
self-contained test instance - your password there is the literal string 
`password` - nothing you do there will affect the real datatracker data 
in any way.)

If you find anything that's not working correctly send me a note or open 
an issue at github and mention that it's related to django4.

RjS