Received: from mail.netlandish.com (mail.netlandish.com [174.136.98.166]) by code.netlandish.com (Postfix) with ESMTP id CA66481DBE for <~petersanchez/public-inbox@lists.code.netlandish.com>; Fri, 16 Jun 2023 21:00:36 +0000 (UTC) Received-SPF: Pass (mailfrom) identity=mailfrom; client-ip=209.85.210.49; helo=mail-ot1-f49.google.com; envelope-from=peter@netlandish.com; receiver= Authentication-Results: mail.netlandish.com; dkim=pass (1024-bit key; unprotected) header.d=netlandish.com header.i=@netlandish.com header.b=ne+yeSSC Received: from mail-ot1-f49.google.com (mail-ot1-f49.google.com [209.85.210.49]) by mail.netlandish.com (Postfix) with ESMTP id 4C25C152E8A for <~petersanchez/public-inbox@lists.code.netlandish.com>; Fri, 16 Jun 2023 21:00:35 +0000 (UTC) Received: by mail-ot1-f49.google.com with SMTP id 46e09a7af769-6b28eefb49cso950002a34.0 for <~petersanchez/public-inbox@lists.code.netlandish.com>; Fri, 16 Jun 2023 14:00:35 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netlandish.com; s=google; t=1686949234; x=1689541234; 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=VA3PI+00hlgO2K+uvuKlzfhm2O3LSVGBdT1671hqBJQ=; b=ne+yeSSCKH82JRGe8RVcwH5u+9fXySGURz6y6o0+VnbOaIFcvGIaaBaJ9vB6drqNaY wYyl+ZeFn1Akqym6QnrLZ/8lWSZJaoG5DddmXKhMKwwGG6SFs80ThVEW71oJHE88X8dQ 7plAc6xoQ/3Te+AJQDGcbVhApCW7No8fLTcYA= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1686949234; x=1689541234; 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=VA3PI+00hlgO2K+uvuKlzfhm2O3LSVGBdT1671hqBJQ=; b=I5eoaAbwIKTyMotvhaWvaA8lXQSLvfdsdW/N354FTVie4URTAiVWphMpuMf8qYVuKJ s4Ox4hDQN4wbxi87bOs+E3DKS/Sg/M8Wm21N1kaY2XEtNMtC/orzH/6Mf11XMop21aOe Fa5ExbSmJ61N33ftkt+Rm7cSXt+3Ew0B+KT0IiUYzJaJP6OY55pG3XEvPbygRwa6Vhrw TmauXYtIO3p4MQfDiYG1/WRzLJ41h02iF6ESVt6653SbYXjRbWQVmS6Z4Q0zYEGtALuP 4v/bk1E/uJfBtr+WVSC0pmI+qQVSNi5fIQZgNxKV1byzI/E+k8xolZhpMpdE3vJ6LqNj /QAA== X-Gm-Message-State: AC+VfDwm3ONDD01awekRFocoFqsRK68ohNrbrqx7NxhkM5uLg+Hg8ljg o2aGXJkkASX318LgKIw6bLkx26CdLAneWisv2wpO3g== X-Google-Smtp-Source: ACHHUZ61bFvmydKEdnt6PQb2mdkmjQEfZiTfK7wZq36zDjQzcU7oLj7QZ6hpX/+0tR5ntLwhKwnTrA== X-Received: by 2002:a05:6358:cb1f:b0:12d:a2e0:ede9 with SMTP id gr31-20020a056358cb1f00b0012da2e0ede9mr300047rwb.17.1686949234711; Fri, 16 Jun 2023 14:00:34 -0700 (PDT) Received: from localhost ([186.77.197.121]) by smtp.gmail.com with ESMTPSA id p12-20020a1fa60c000000b0045a62e76581sm3172738vke.45.2023.06.16.14.00.33 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 16 Jun 2023 14:00:34 -0700 (PDT) Date: Fri, 16 Jun 2023 15:00:32 -0600 From: Peter Sanchez To: Hugo Rodger-Brown Cc: ~petersanchez/public-inbox@lists.code.netlandish.com Subject: Re: [PATCH django-impersonate] Add support for Django 5.0 (pre) Message-ID: <20230616210032.kek25p744n6gt2ol@thinkpad> X-PGP-Key: https://petersanchez.com/publickey.txt References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Disposition: inline In-Reply-To: Hugo, Sorry for the delay. Because it affects an unreleased version this patch hasn't had high priority. Can you adapt this to be just 1 `compat.py` file versus multiple. Help keep the footprint as lean as possible. Thanks, Peter