Received: from mail.netlandish.com (mail.netlandish.com [174.136.98.166]) by code.netlandish.com (Postfix) with ESMTP id 0F63880D1F for <~petersanchez/public-inbox@lists.code.netlandish.com>; Sat, 28 Oct 2023 12:40:31 +0000 (UTC) Received-SPF: Pass (mailfrom) identity=mailfrom; client-ip=209.85.128.170; helo=mail-yw1-f170.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=YgzFS8TK Received: from mail-yw1-f170.google.com (mail-yw1-f170.google.com [209.85.128.170]) by mail.netlandish.com (Postfix) with ESMTP id 562EE152E8A for <~petersanchez/public-inbox@lists.code.netlandish.com>; Sat, 28 Oct 2023 12:40:29 +0000 (UTC) Received: by mail-yw1-f170.google.com with SMTP id 00721157ae682-5af5b532d8fso18465767b3.2 for <~petersanchez/public-inbox@lists.code.netlandish.com>; Sat, 28 Oct 2023 05:40:29 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netlandish.com; s=google; t=1698496829; x=1699101629; 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=4jd/fpLT+0Vtfj76owdey3FbxzOzPHHcT5H7XOk1LyM=; b=YgzFS8TKqMFqhjR2Qop752x1wKMOMUXl4G0RiQgSfO9detbyBMVRpxB3n+4hWq2ZnT g8deNoMnWDD2g3NXkCnp0IiiHIP/TWhnz/Tv6a8pgw+ejqabEv7vuq9+MW7pWIlFx5+W uIPjSwawvL1BLTr36YpUHs6FxWDPu9DX/+MCI= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1698496829; x=1699101629; 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=4jd/fpLT+0Vtfj76owdey3FbxzOzPHHcT5H7XOk1LyM=; b=qv/fgMd/WwO8lW8l99Ovrk9LT8cB/5PQ4qZSi7YM8LVzV5n961VaBtF2IKT5h7+N3k Rns2Yue66MTh9CQQYZOLRtnpc28+GPXm5p7GGU5uNM8JPi6iLxvr3nqhdfcGTeb24fTY Uxa9UiMOmbR3B34QMYV8UIJHKAOOqhWYVjx1Vgh73ZIB4YIhDotnf8ll624FzKvWyG7e iWCuipNeDZ3p6BnkogBFa37qEY7M+TJ1mTPVb7OpKc9XvPrK+sDypzeFcEb7+bbjMhs9 kVIeP4FFfFEXIKwZRfxw0uIqfkIFxC5FTzjzV9uz2p+hdcuTqykVTlZDt50XLEpEnDgI 1doQ== X-Gm-Message-State: AOJu0Yx7JmOtetlb89z3JR8iBWcPQ0SlvIBrkiZHI0NZGRlKhlhWDhCe nV90/uMpruDL1nWwj+5ETwKz1oZh X-Google-Smtp-Source: AGHT+IH8hp4lhcOwn9xkFh4tpQjGhZo1o9mZku4ujQcuI/axVBCmHExoSmbkEwzq/4iRG/T1gBjw6A== X-Received: by 2002:a81:e40e:0:b0:5a7:ba54:af02 with SMTP id r14-20020a81e40e000000b005a7ba54af02mr4923639ywl.38.1698496829234; Sat, 28 Oct 2023 05:40:29 -0700 (PDT) Received: from localhost ([186.77.207.217]) by smtp.gmail.com with ESMTPSA id e67-20020a816946000000b0059b24bd4f2asm1796077ywc.57.2023.10.28.05.40.28 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sat, 28 Oct 2023 05:40:28 -0700 (PDT) Date: Sat, 28 Oct 2023 06:40:27 -0600 From: Peter Sanchez To: Hugo Rodger-Brown Cc: ~petersanchez/public-inbox@lists.code.netlandish.com Subject: Re: [PATCH 1 of 1 django-impersonate] Add Django 5.0 compatibility (reverse function) Message-ID: <20231028124027.m5bvl5gy2wgpardw@thinkpad.my.domain> X-PGP-Key: https://petersanchez.com/publickey.txt X-Sourcehut-Patchset-Update: APPLIED References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Disposition: inline In-Reply-To: Thank you! This has been applied & pushed. Will work on a release shortly as I'm waiting for another patch to be resubmitted. Peter