- Code refresh, no functional changes - Switch CI to GitHub actions - Test with Django 3.2 and 4.2 - Test with Python 3.8, 3.10 and 3.12 - Drop support for older Python and Django versions
1.6.1
^^^^^^^^^^^^^^^^^^
- Support Django 3.2 (no changes necessary) - Test with Django main (4.0) - Use force_str instead of force_text, the latter is deprecated and removed in Django 4.0
1.6
^^^^^^^^^^^^^^^^^^
* init.js no longer depends on jQuery. This might a backwards incompatible change for:
- Users that have defined their own init script that dependeds on the ``$e`` var. This var has been replaced by ``field`` which is a plain DOM node instead of a jQuery object. - Users that depended on the implicit load of Django's bundled version of jQuery now have explicitly load it themselves.
* Verified TinyMCE init/config works with TinyMCE 4 and 5
* Tested and verified to work with Django 3.1
1.5.0
^^^^^^^^^^^^^^^^^^
* Drop support for Python 2 * Drop support for Django < 2.2 * Add support for Django 3.0
1.4.0
^^^^^^^^^^^^^^^^^^
* NOTE: This is the final release that supports Python 2! * Add support for plugable server side content sanitizers