File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -4,10 +4,16 @@ Changelog
4
4
This document describes changes between each past release.
5
5
6
6
7
- 2.4.0 (unreleased )
7
+ 2.4.0 (2016-08-31 )
8
8
==================
9
9
10
10
- Added compatibility for Django 1.10.
11
+ - Fix JQuery Problem with grappelli
12
+ - Fix Python 3 compatibility (#170)
13
+ - Improve documentation (#163, #171)
14
+ - Cleaned Imports (#182)
15
+ - Fix TinyMCE Widget for ModelTranslation tabs (#174)
16
+ - Fix JSON mimetype (#186)
11
17
12
18
13
19
2.3.0 (2016-03-10)
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ def read_file(filename):
18
18
19
19
setup (
20
20
name = "django-tinymce" ,
21
- version = '2.4.0.dev0 ' ,
21
+ version = '2.4.0' ,
22
22
packages = find_packages (),
23
23
include_package_data = True ,
24
24
author = "Aljosa Mohorovic" ,
You can’t perform that action at this time.
0 commit comments