Skip to content

Commit de5e627

Browse files
Merge pull request #326 from jeffreykirchner/dev
chore: Update TINYMCE_DEFAULT_CONFIG in settings.py and Django versio…
2 parents 94b61d5 + 9b30742 commit de5e627

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

_trade_gifts/settings.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@
9595
TINYMCE_DEFAULT_CONFIG = {
9696
"height" : 600,
9797
"menubar": False,
98+
"promotion": False,
9899
"selector" : 'textarea',
99100
"menubar": "file edit view insert format tools table help",
100101
"plugins": "advlist autolink lists link image charmap print preview anchor searchreplace visualblocks code fullscreen insertdatetime media table paste code help wordcount",

requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ async-timeout==4.0.2
33
attrs==22.2.0
44
autobahn==23.6.2
55
Automat==22.10.0
6-
certifi==2023.7.22
6+
certifi==2024.07.04
77
cffi==1.16.0
88
channels==4.0.0
99
channels-redis==4.1.0
@@ -12,9 +12,9 @@ constantly==15.1.0
1212
crispy-bootstrap5==0.7
1313
cryptography==42.0.8
1414
daphne==4.0.0
15-
Django==4.2.13
15+
Django==4.2.14
1616
django-crispy-forms==2.0
17-
django-tinymce==3.6.1
17+
django-tinymce==4.1.0
1818
hyperlink==21.0.0
1919
idna==3.7
2020
incremental==22.10.0

0 commit comments

Comments
 (0)