django-cms / djangocms-versioning

General purpose versioning package for Django CMS 4 and above.
Other
34 stars 30 forks source link

Support for django-cms 3 being dropped not listed in CHANGELOG.rst #432

Closed jribbens closed 1 month ago

jribbens commented 1 month ago

It seems that version 2.1.0 of djangocms-versioning dropped support for django-cms 3, but this wasn't listed in the CHANGELOG.rst. This meant it took me quite a while to work out why my pip install wasn't installing djangocms-versioning 2.1.0.

fsbraun commented 1 month ago

@jribbens No changes there - sorry, you spent a while. djangocms-versioning did never support django CMS 3.

django CMS 3 has its own publishing mechanism, independent of djangocms-versioning. It is safe to uninstall djangocms-versioning on a django CMS 3 project.

jribbens commented 4 weeks ago

Apologies for the confusion. I tried to update my Django-CMS 3.11.4 project to 4.1 and only realised fairly late that this was impossible as far too many plugins don't support Django-CMS 4, and rolled it back again, and I must not have realised that djangocms-versioning was something I'd added during this process.