-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for Django 4.0 and python 3.10 #223
Comments
* Updated tests to test with Django 4.01a * Made a fix to remove use of `django.utils.encoding.force_text` that is removed in 4.0 However, django-imagekit doesn't currently support 4.0 – is uses the same `force_text`. So having to stop here. For #223
Waiting for django-imagekit to support Django 4.0. |
It *should* probably all work once django-taggit releases a version that supports Django 4.0 and python 3.10. See jazzband/django-taggit#776 For #223
Now waiting for django-taggit to support Django 4.0 and python 3.10 |
Looks like django-taggit 2.10 now has support for Django 4 and Python 3.10. It was something that the Wagtail team were waiting for too. |
Yes, I saw that! Phew. I'll try and update at some point in the next few days. |
Django 4.0 and python 3.10 should be working in the |
No description provided.
The text was updated successfully, but these errors were encountered: