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

EntryPlaceholder admin #18

Closed einsteincz closed 10 years ago

einsteincz commented 10 years ago

When I use EntryPlaceholder with Zinnia 0.12.2, cmsplugin-zinnia 0.4 and Django 1.5, Django CMS 2.4.3, I got this error

ImproperlyConfigured at /novinky/2013/11/10/treti-novinka/ 'EntryPlaceholderAdmin.fieldsets[1][1]['fields']' refers to field 'content_placeholder' that is missing from the form.

Django Version: 1.5 Exception Type: ImproperlyConfigured Exception Value: 'EntryPlaceholderAdmin.fieldsets[1][1]['fields']' refers to field 'content_placeholder' that is missing from the form. Python Version: 2.7.3

Fantomas42 commented 10 years ago

Hi,

I cannot reproduce the issue. Are you sure that the EntryPlaceholder is correctly registered and used ?

Note, I recommend you to use the v0.4.1 of cmsplugin_zinnia if you can.

Regards