Received: from mail.netlandish.com (mail.netlandish.com [174.136.98.166])
	by code.netlandish.com (Postfix) with ESMTP id F3CE981985
	for <~petersanchez/public-inbox@lists.code.netlandish.com>; Tue, 10 Oct 2023 14:48:49 +0000 (UTC)
Received-SPF: Pass (mailfrom) identity=mailfrom; client-ip=209.85.221.177; helo=mail-vk1-f177.google.com; envelope-from=peter@netlandish.com; receiver=<UNKNOWN> 
Authentication-Results: mail.netlandish.com;
	dkim=pass (1024-bit key; unprotected) header.d=netlandish.com header.i=@netlandish.com header.b=VfmXyjv5
Received: from mail-vk1-f177.google.com (mail-vk1-f177.google.com [209.85.221.177])
	by mail.netlandish.com (Postfix) with ESMTP id 5E370152E8A
	for <~petersanchez/public-inbox@lists.code.netlandish.com>; Tue, 10 Oct 2023 14:48:47 +0000 (UTC)
Received: by mail-vk1-f177.google.com with SMTP id 71dfb90a1353d-49352207f33so2317963e0c.2
        for <~petersanchez/public-inbox@lists.code.netlandish.com>; Tue, 10 Oct 2023 07:48:47 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=netlandish.com; s=google; t=1696949327; x=1697554127; darn=lists.code.netlandish.com;
        h=in-reply-to:content-disposition:mime-version:references:message-id
         :subject:cc:to:from:date:from:to:cc:subject:date:message-id:reply-to;
        bh=c0tOfSr8BV+jYs3pOk2pF9JWyv/uvOw9cb68RupI9mc=;
        b=VfmXyjv5iArJ14TEaDMvW+EjaZgeXbxbQBYOlE7xjymsdvNPyXV3bSYtFoD+2Z+fnl
         urPWupyrFiJHLP8gxS0vVaKOII64RePvx3GKnySwy287Y0AiGKb0ATkuf9u5W+afnUuI
         9npQC72XUvZPC1aO6MdfWmoyugwp7ke78NWjI=
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=1e100.net; s=20230601; t=1696949327; x=1697554127;
        h=in-reply-to:content-disposition:mime-version:references:message-id
         :subject:cc:to:from:date:x-gm-message-state:from:to:cc:subject:date
         :message-id:reply-to;
        bh=c0tOfSr8BV+jYs3pOk2pF9JWyv/uvOw9cb68RupI9mc=;
        b=vWwTdDO990j+7XCtd8OBONC3hpFXoNzihguPlil4aAGXJ+YLeQbqv79aUCOsQZoscz
         OMu9g4+urTh4mcpkilXrKhHROcK2cB7C4cfLSAZjNNAtGrBdTZU4O6a8ybvBNygZDR24
         Cw4HSNsb14qW1Ywl9M/1ANPzIpbJAm4WUUm0bzyBG4H3P/fpxAnIqmAROYUzvNlyW4Hf
         KLH9Hc2iTNipQFJ77YuvZDKfnhyChxjJ65W29SL2EEN3ZZjMyDTaeMgtTWuGFbe6lZ0m
         cFq1RSIbZiPLcJbx5W+k/8S3dnxPjAsXRLWo7uKR0rra/ZcpfCnDS/S3VPKGaifcuK5s
         n8hQ==
X-Gm-Message-State: AOJu0YzXiMLUb1KoMF9Nt5z7xO7y8ARYJzv1vxTgzXQJEGIKKu/X0WGY
	eAf71GM02zWGo5mVLu0tNSLUw/S82lr7B2Pgk56Svw==
X-Google-Smtp-Source: AGHT+IHfF4PuVNgb7VjSXftYWLo2DvPq8MU/AfqCq3g2QZRuXxbuvLRnkGqZIpps4QflAHNdS7BrpA==
X-Received: by 2002:a05:6122:494b:b0:49d:c1f5:d491 with SMTP id ew11-20020a056122494b00b0049dc1f5d491mr11821060vkb.15.1696949327193;
        Tue, 10 Oct 2023 07:48:47 -0700 (PDT)
Received: from localhost ([186.77.207.217])
        by smtp.gmail.com with ESMTPSA id b13-20020ac5c74d000000b004962395e415sm2071948vkn.15.2023.10.10.07.48.46
        (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256);
        Tue, 10 Oct 2023 07:48:46 -0700 (PDT)
Date: Tue, 10 Oct 2023 08:48:45 -0600
From: Peter Sanchez <peter@netlandish.com>
To: Sarah Boyce <sarahvboyce95@gmail.com>
Cc: ~petersanchez/public-inbox@lists.code.netlandish.com
Subject: Re: [PATCH django-impersonate] Removed usages of
 django.utils.timezone.utc for Django 5.0 support
Message-ID: <20231010144845.jwr5b62ugl3x7wvt@thinkpad.my.domain>
X-PGP-Key: https://petersanchez.com/publickey.txt
X-Sourcehut-Patchset-Update: APPLIED
References: <c0672089c42607eda5f4.1695390419@localhost.localdomain>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii; format=flowed
Content-Disposition: inline
In-Reply-To: <c0672089c42607eda5f4.1695390419@localhost.localdomain>

Thank you Sarah. This has been applied. For reference, there was another
patch for this same issue here:

https://lists.code.netlandish.com/~petersanchez/public-inbox/patches/71

I think it has some issues so I asked for a revision. Maybe Tom can
piggy back off your work to update his patch for some of the other
housekeeping he did. Or if you've got the inkling, feel free to send
another patch. It's much appreciated!
