django-blog-zinnia / cmsplugin-zinnia

Bridge between django-blog-zinnia and django-cms
BSD 3-Clause "New" or "Revised" License
53 stars 46 forks source link

Add migration for django CMS 3.3.x incompatible change #60

Closed bittner closed 7 years ago

bittner commented 7 years ago

This PR adds a migration for an incompatible change introduced in django CMS 3.3.x, as described in https://github.com/divio/django-cms/issues/5550.

Fixes #57

Fantomas42 commented 7 years ago

I don't have tested it, but I trust you.

bittner commented 7 years ago

Thanks for trusting me, Julien! :smiley:

czpython commented 7 years ago

@Fantomas42 Does this app support djangoCMS < 3.3.1? and also does it support Django 1.6?

bittner commented 7 years ago

@czpython It used to work with django CMS 3.2, e.g. in django-organice.

The change log lists the backward-incompatible changes.