File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,12 @@ Changelog
5
5
-----
6
6
#. Include CKEditor version 3.6.2.
7
7
#. Initial work on Django aligned theme.
8
- #. Fix schema slash removal issue on media url generation. Thanks `mwcz <https://github.com/mwcz >`_
8
+ #. Fix schema slash removal issue on media url generation. Thanks `mwcz <https://github.com/mwcz >`_
9
+ #. Added compatibility for South. Thanks `3point2 <https://github.com/3point2 >`_
10
+ #. Prevented settings from leaking between widget instances. Thanks `3point2 <https://github.com/3point2 >`_
11
+ #. Fixed config_name conflict when verbose_name is used as first positional argument for a field. Thanks `3point2 <https://github.com/3point2 >`_
12
+ #. Refactored views to allow use of file walking with local paths. Thanks `3point2 <https://github.com/3point2 >`_
13
+ #. Added command to generate thumbnails. Thanks `3point2 <https://github.com/3point2 >`_
9
14
10
15
0.0.9
11
16
-----
You can’t perform that action at this time.
0 commit comments