django-cms / djangocms-column

Column Plugin for django-cms
BSD 3-Clause "New" or "Revised" License
18 stars 44 forks source link

Support for Django 3? #44

Closed MattDMo closed 4 years ago

MattDMo commented 4 years ago

Currently, setup.py has the following requirement:

'Django>=1.11,<3.0'`

Does djangocms-column specifically NOT support Django 3+, or can the requirement be changed? I'm using CMS on Django 3.0.7 and would like to be able to use column as well. I see PR #43 only has one minor change to models.py requiring six, which I believe CMS already requires, plus the change to setup.py. Is there any reason this PR can't be merged?

MacLake commented 4 years ago

Yes, and even if you still use Django 2.2, it doesn’t work with django-cms>3.7.2, which is a bit strange, as djangocms-column was installed with djangocms-installer afair.

Even if I want to get rid of djangocms-column, as I have written a grid plugin for Fomantic UI, we still have content, which would disappear when I delete djangocms-column.