Skip to content

chore(deps): update dependency django-tinymce to v3.7.1

RenovateBot requested to merge renovate/django-tinymce-3.x into develop

This MR contains the following updates:

Package Update Change
django-tinymce (changelog) minor ==3.6.1 -> ==3.7.1

Release Notes

jazzband/django-tinymce (django-tinymce)

v3.7.1

Compare Source

==================

  • Reintroduce the MANIFEST.in file to properly build the package. Release 3.7.0 on PyPI was unusable (#​454).

v3.7.0

Compare Source

==================

  • Drop support for Django 2.2, 4.0, and 4.1.
  • Add support for Django 4.2 and 5.0.
  • Drop support for Python 3.7 and add support for Python 3.11 and 3.12.
  • New pyproject.toml replaces the legacy setup.py project config.
  • Use staticfiles storage API to find tinymce location (#​420). It was already done in 3.6.0, but had to be reverted in 3.6.1 (see #​430).
  • Fixed selector usage for elements with __prefix__ (typically inlines).
  • TINYMCE_JS_ROOT setting has been removed.

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this MR and you won't be reminded about this update again.


  • If you want to rebase/retry this MR, check this box

This MR has been generated by Renovate Bot.

Merge request reports