From 0ff09098ee2231d4ec1dfbb0259add0a0b79f039 Mon Sep 17 00:00:00 2001 From: Benoit Alessandroni <benoit@startinblox.com> Date: Mon, 24 Jul 2023 23:44:23 +0200 Subject: [PATCH] major: django4 --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 20ea320..f4d5fac 100644 --- a/README.md +++ b/README.md @@ -27,3 +27,7 @@ As with all DjangoLDP models, individual users may also be given permissions ind ## Allow XMPP server to access private datas By default, our Prosody server is allowed to access any Circle information, for membership purpose. You can set it to your own server by adding `XMPP_SERVER_IP` to your packages.yml. + +## Changelog + +Now supports Django4.2 and Python3.11 -- GitLab