-
Notifications
You must be signed in to change notification settings - Fork 2
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
django-taggit 5.0 #66
Comments
Ok for the v0.8.0 we will stick with taggit<5.0.0 since it is not compatible with Django 4.0 and at least for now we want Lotus next release to be available for django>=4.0 However the 0.8.x should be the last version to support Django 4.0 and the 0.9.0 will drop it so we will be able to move forward with taggit. This need to be documented in changelog/release doc and we keep this issue opened until 0.9.0 |
We recently upgraded support for Django 5 and for django-taggit 5. But it has been wrongly done because support for Django 3.2 and 4.0 is still there but the taggit requirement is now starting for taggit>=5. This results in users trying to install Lotus with Django<4.2 will have install error because of incompatible taggit version. We can't just forget it and just remove Django supports in a next major release, we need at least before to release a new minor version that will fix the requirements for all support, the best is probably to relax taggit version. |
Is your feature request related to a problem? Please describe.
django-taggit has recently release a 5.0.0 which has dropped support for Django 3.2 and is incompatible with Django<4.1 because of issue in its migration.
Describe the solution you'd like
Either we endorse the new release and we drop support for Django 3.2, or we pin requirements to django-taggit<5.0.0
The text was updated successfully, but these errors were encountered: