Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1nCGG7-0006zn-5H for pgsql-www@arkaria.postgresql.org; Tue, 25 Jan 2022 07:28:55 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1nCGG5-0003HQ-L0 for pgsql-www@arkaria.postgresql.org; Tue, 25 Jan 2022 07:28:53 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1nCGG5-0003HH-EX for pgsql-www@lists.postgresql.org; Tue, 25 Jan 2022 07:28:53 +0000 Received: from mail-lj1-x233.google.com ([2a00:1450:4864:20::233]) by magus.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.92) (envelope-from ) id 1nCGG2-00018t-OB for pgsql-www@lists.postgresql.org; Tue, 25 Jan 2022 07:28:52 +0000 Received: by mail-lj1-x233.google.com with SMTP id z20so4630203ljo.6 for ; Mon, 24 Jan 2022 23:28:50 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=0jWNwLfyVRTxCDc+a7qzB7MURmeh672mnml76GISkFs=; b=qz4qxzf63498f8DC03KMc7DO2M23XbFbd3p4J6r7yZLF3auh6xlqq91kT0eRk7JLKG nRx5hfckelDylxn7oy5XlZQoBGZwal+ACq7dR54zNw1jStym4GuQkMQv+fV72siUzWCt kJoQpfNnfQ1GJ13ZL/w/Gr3HMNEpwFeewDfHY69CgImnvtmglKxZhHG7Qd05zqjfoJBY ZeK3bo4MygdMLxXIiLYudvTa+kCsURgwuo4sCEEwEey7LBt3upuMILnm+7FMipVtj1VK tfHflYKHvoM4ZlfUzpOKqJEIGKmZGh5jjtmKTmZc9FDOcADqUjNKpFtr3Rn+wLqei9KH YWYA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=0jWNwLfyVRTxCDc+a7qzB7MURmeh672mnml76GISkFs=; b=lDkSVV5+bdq42Aj7R6to6C9ACsy5MiUcqyMmob55BKheLjtQooQmVUi9j5JCAPb5iY JWYYWZYZlYqznCd1pLm39FQ71TFFLChk6xcdYS5ASBEkEb+AL/emFQ9O6prLdRdO/JNT Cg+DNpZIksgKkz0IgdmtKLKyLlqEigF5bGwMZ5dVVWkBfu69vmgiuuu9sD8bxkKOJdNQ 7GLLrfuxNGFeq2FhBRomaDyj98Sd9JG90p/V69SFjoHxDUGCqB+tQKV1fDDBQURLDadV vKQhFwS09W6vjjLf7tX6XTVpK0jr/CWheBjwEf12edfBrsjzRklYAs3d1EGN3KBRHtiM 89Aw== X-Gm-Message-State: AOAM531BvzUR0fN8ivIPZt3yHG5e6AqC4qWKL9QTCPR5AJFjAZ83r1aC fr1p651grzQvW0THzEfnZUec7cCsVxxEkZ8cSMU= X-Google-Smtp-Source: ABdhPJyKs2PaeAkcNO9rZ53S/8s+wOj9aOx2zcy/xc9gvF5EFB42H23KyHQHA41qQlyA4onikTivSa9rj0vDUCPPEOU= X-Received: by 2002:a2e:96c2:: with SMTP id d2mr3359938ljj.92.1643095729714; Mon, 24 Jan 2022 23:28:49 -0800 (PST) MIME-Version: 1.0 References: In-Reply-To: From: Umair Shahid Date: Tue, 25 Jan 2022 12:28:38 +0500 Message-ID: Subject: Re: CoC translations and Annual Reports To: Magnus Hagander Cc: Daniel Gustafsson , PostgreSQL WWW Content-Type: multipart/alternative; boundary="0000000000004d370e05d66309d6" List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk --0000000000004d370e05d66309d6 Content-Type: text/plain; charset="UTF-8" On Mon, Jan 24, 2022 at 5:51 PM Magnus Hagander wrote: > On Mon, Jan 24, 2022 at 1:19 PM Daniel Gustafsson wrote: > > > > > On 24 Jan 2022, at 13:03, Umair Shahid wrote: > > > > > > Dear Web Team > > > > > > It was pointed out recently that the Translations and Annual Reports > of the Code Of Conduct are missing here: > https://www.postgresql.org/about/policies/coc/ > > > > > > Could you please look into this? > > > > Seems like an issue with the list_template filter which automatically > discovers > > content, the translations and reports are deployed to the site. > > Yup, it appears this broke in the security update of django from > 3.2.10 to 3.2.11. > > I've pushed a fix, so we're back to working order now! > Thank you for fixing! > > Thanks for the report! > > -- > Magnus Hagander > Me: https://www.hagander.net/ > Work: https://www.redpill-linpro.com/ > --0000000000004d370e05d66309d6 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable


=
On Mon, Jan 24, 2022 at 5:51 PM Magnu= s Hagander <magnus@hagander.net> wrote:
On= Mon, Jan 24, 2022 at 1:19 PM Daniel Gustafsson <daniel@yesql.se> wrote:
>
> > On 24 Jan 2022, at 13:03, Umair Shahid <umair.shahid@gmail.com> wrote:=
> >
> > Dear Web Team
> >
> > It was pointed out recently that the Translations and Annual Repo= rts of the Code Of Conduct are missing here: https://w= ww.postgresql.org/about/policies/coc/
> >
> > Could you please look into this?
>
> Seems like an issue with the list_template filter which automatically = discovers
> content, the translations and reports are deployed to the site.

Yup, it appears this broke in the security update of django from
3.2.10 to 3.2.11.

I've pushed a fix, so we're back to working order now!

Thank you for fixing!=C2=A0
=C2=A0
<= blockquote class=3D"gmail_quote" style=3D"margin:0px 0px 0px 0.8ex;border-l= eft:1px solid rgb(204,204,204);padding-left:1ex">
Thanks for the report!

--
=C2=A0Magnus Hagander
=C2=A0Me: https://www.hagander.net/
=C2=A0Work: https://www.redpill-linpro.com/
--0000000000004d370e05d66309d6--