- Support for Python from 3.8 to 3.11; - Support for LTS versions of Django (including 4.2); - Add `TINYMCE_DISABLE_MARGIN_FIX` configuration for disabling margin-left fix for new Django versions (useful for custom admin themes).
1.8.0
- Removed Python 2.7 support; - Added support for Python 3.8, Django 2.2 and 3.0.
1.7.5
- Support translated strings in settings (merwok); - Set TinyMCE localization language when rendering the widget instead of the widget class initialization (allows to set TinyMCE language depending on the web page locale).
1.7.4
- Upgraded TinyMCE to v.4.9.2.
1.7.3
- Upgraded TinyMCE to v.4.8.3.
1.7.2
- Upgraded TinyMCE to v.4.8.0; - Various fixes (maqmigh, ojiii, rvanlaar).