jazzband / django-tinymce

TinyMCE integration for Django
http://django-tinymce.readthedocs.org/
MIT License
1.25k stars 317 forks source link

Support for Django 4.2 #448

Closed blokkies48 closed 6 months ago

blokkies48 commented 6 months ago

Will there be support for django 4.2 and greater? If so when will it be released?

claudep commented 6 months ago

Did you try running it on recent Django's ? Did you get failures? Of course, we should add testing for 4.2 and 5.0,

blokkies48 commented 6 months ago

I got this error

site-packages/tinymce/widgets.py", line 17, in from django.utils.encoding import smart_text ImportError: cannot import name 'smart_text' from 'django.utils.encoding'

Then I check the package on pypi and it is showing only support up to Django 4.1 and python 3.10, where I am using Django 4.2 and python 3.11. So I was just curious. If it should be able to run Django 4.2 then the issue is probably on my side.

claudep commented 6 months ago

This error shows that you are using an outdated version of django-tinymce. Use the latest released version (3.6.1) and it should run fine on Django 4.2.