chore(deps): update dependency django-tinymce to v3.7.1
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
==================
- Reintroduce the
MANIFEST.in
file to properly build the package. Release 3.7.0 on PyPI was unusable (#454).
v3.7.0
==================
- 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 legacysetup.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
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.