Skip to content

Commit

Permalink
Revert "Update django from 4.2.11 to 5.0.4"
Browse files Browse the repository at this point in the history
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 752aa84.
  • Loading branch information
atodorov committed Apr 26, 2024
1 parent 11dda7c commit 9d10b17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9d10b17

Please sign in to comment.