You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
django recaptcha is ready since 4.0.0 but we are tied to the 3.0.0 because of Fobi, and 3.0.0 only have official support for Django 4.0;
Fobi is currently only tested on 4.1, there is an onwork pull request which adopt 4.2, not merged yet. However we may quickly check with current release and Django 4.2, maybe it could work flawlessly;
django-ckeditor has no official support yet however it is used on Lotus which have support and tested for Django 4.2;
django-icomoon has only support and tested for Django 3.1... By the way is is worth to keep it in Bireli ?
The text was updated successfully, but these errors were encountered:
Fobi will be deprecated in the next release, we should keep the config and templates but clearly mark it as deprecated. And it won't be enabled anymore, we will watch some time its repository to see a news but it is still dead currently so there is no hope to see good news.
sveetch
changed the title
Upgrade to Django 4.2
Upgrade to Django>=4.2
Dec 1, 2024
Is your feature request related to a problem? Please describe.
We are actually on Django 4.0, some of our used libraries already dropped support for Django<4.2, we need to upgrade since it is the last LTS.
Describe the solution you'd like
Upgrade to Django 4.2, this will need some review on third applications we support:
The text was updated successfully, but these errors were encountered: