Releases: jazzband/django-tinymce
Releases · jazzband/django-tinymce
2.8.0
- Use the attrs set on instantiation as well as the attrs passed to render (#237)
2.7.1
- Fix AppRegistryNotReady exception. (#132)
2.0.7
- Fix AppRegistryNotReady exception. (#132)
2.7.0
- Drop support for Django 1.7, 1.8, 1.9 and 1.10.
- Django 1.11 is still supported but issues a deprecation warning.
- Add support for Django 2.0
- Added INCLUDE_JQUERY setting to decide whether TinyMCE.media should include
a jQuery release (#190).
1.5.4
- Update 1.5 branch to TinyMCE 3.5.12
2.6.0
- Avoid deprecation warning with django.core.urlresolvers (#188)
- Fixed a client-side validation issue when the TinyMCE widget has the HTML
required attribute set (#187).
- Fixed a crash when no languages are activated (#175).
2.5.0
- Added compatibility for Django 1.11.
- Dropped support for Django 1.6.
2.4.0
- Added compatibility for Django 1.10.
- Fix JQuery Problem with grappelli
- Fix Python 3 compatibility (#170)
- Improve documentation (#163, #171)
- Cleaned Imports (#182)
- Fix TinyMCE Widget for ModelTranslation tabs (#174)
- Fix JSON mimetype (#186)
2.3.0
- Added tests (#149)
- Improved Python3 support
2.2.0
- TinyMCE compressor now use staticfiles to get the file content (and
to find files that are in multiple static directory.) (#142)