From 9d10b17f2c628e15cb282ae95ed8543223133019 Mon Sep 17 00:00:00 2001 From: Alexander Todorov Date: Fri, 26 Apr 2024 14:10:43 +0300 Subject: [PATCH] Revert "Update django from 4.2.11 to 5.0.4" Django 5 seems to include some sort of inline JavaScript which is blocked by our Content-Security-Policy and causes the SimpleMDE editor not to render This reverts commit 752aa84ecc7c10c3e748e4f9c8f54f1f020dce04. --- requirements/base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/base.txt b/requirements/base.txt index d807865aac..06dccdd114 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -4,7 +4,7 @@ allpairspy==2.5.1 bleach==6.1.0 bleach-allowlist==1.0.3 defusedxml==0.7.1 -Django==5.0.4 +Django==4.2.11 django-attachments==1.11 django-colorfield==0.11.0 django-contrib-comments==2.2.0