Skip to content

Commit 58d69b6

Browse files
[Fixes #12229] tinymce is not visible after the upgrade to v4
1 parent ffde050 commit 58d69b6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ django-guardian<2.4.1
4242
django-downloadview==2.3.0
4343
django-polymorphic==3.1.0
4444
django-tastypie<0.15.0
45-
django-tinymce==4.0.0
45+
django-tinymce==3.7.1
4646
django-grappelli==4.0.1
4747
django-uuid-upload-path==1.0.0
4848
django-widget-tweaks==1.5.0

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ install_requires =
6868
django-downloadview==2.3.0
6969
django-polymorphic==3.1.0
7070
django-tastypie<0.15.0
71-
django-tinymce==4.0.0
71+
django-tinymce==3.7.1
7272
django-grappelli==4.0.1
7373
django-uuid-upload-path==1.0.0
7474
django-widget-tweaks==1.5.0

0 commit comments

Comments
 (0)