Skip to content

Releases: jazzband/django-tinymce

2.8.0

15 Jan 11:26
Compare
Choose a tag to compare
  • Use the attrs set on instantiation as well as the attrs passed to render (#237)

2.7.1

15 Jan 11:25
Compare
Choose a tag to compare
  • Fix AppRegistryNotReady exception. (#132)

2.0.7

15 Jan 12:25
Compare
Choose a tag to compare
  • Fix AppRegistryNotReady exception. (#132)

2.7.0

19 Dec 11:04
Compare
Choose a tag to compare
  • 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

15 Feb 10:33
Compare
Choose a tag to compare
  • Update 1.5 branch to TinyMCE 3.5.12

2.6.0

23 Jan 21:41
Compare
Choose a tag to compare
  • 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

23 Jan 13:21
Compare
Choose a tag to compare
  • Added compatibility for Django 1.11.
  • Dropped support for Django 1.6.

2.4.0

31 Aug 13:53
Compare
Choose a tag to compare
  • 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

10 Mar 12:49
Compare
Choose a tag to compare
  • Added tests (#149)
  • Improved Python3 support

2.2.0

23 Dec 10:37
Compare
Choose a tag to compare
  • TinyMCE compressor now use staticfiles to get the file content (and
    to find files that are in multiple static directory.) (#142)