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

Compatibility with django-cms 3.0 #28

Closed marekjagielski closed 10 years ago

marekjagielski commented 10 years ago

Hi Is the cmsplugin-zinnia compatible with django-cms 3.0? I am quite new to django-cms. However migrating my working website based on django-cms 2.4.3 to 3.0 I am facing an issue when zinnia installed: Exception Value:
'EntryPlaceholderAdmin.fieldsets[1][1]['fields']' refers to field 'content_placeholder' that is missing from the form. Marek

Fantomas42 commented 10 years ago

Hello,

I don't know if it's compatible, like I already said a thousand time, I don't have the resource to develop against beta releases.

Regards

bittner commented 10 years ago

Garde ton calme, Julien! :smile: LOL

Fantomas42 commented 10 years ago

J'essaye...

marekjagielski commented 10 years ago

Désolé, mais j'ai cherché un peu avant poser cette question (surtout entre les issues ici) et je n'ai pas trouver une réponse.

Fantomas42 commented 10 years ago

Sorry if I seemed rough

https://github.com/Fantomas42/cmsplugin-zinnia/issues/9#issuecomment-35991051 https://github.com/Fantomas42/cmsplugin-zinnia/issues/27#issuecomment-37515474

I have also mentioned the subject on the mailing list.

This time your issue seems located in the definition of the admin class of an Entry using the placeholder field. Why the new field is not found ? Debugging is the anwser.

Regards

marekjagielski commented 10 years ago

Thanks for the links, My fault, I haven't read the last posts of these subjects. More, it is my first day with django so I really didn't know what to look for. It is why a generic question. Best

Fantomas42 commented 10 years ago

You're welcome !

Fantomas42 commented 10 years ago

I have made some tests with the latest versions of django-cms and Zinnia, and it's not compatible for the now.

Some little update are needed.

I will push my change on the develop branch.