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

Django 1.8 Migration #50

Closed 0xb35c closed 8 years ago

0xb35c commented 8 years ago

Right now Django 1.8 is not supported. When starting my local test environment, I get the following output:

[...]
  File "~/.virtualenvs/django1.8/local/lib/python2.7/site-packages/cmsplugin_zinnia/cms_plugins.py", line 21, in <module>
    from cmsplugin_zinnia.forms import CalendarEntriesAdminForm
  File "~/.virtualenvs/django1.8/local/lib/python2.7/site-packages/cmsplugin_zinnia/forms.py", line 8, in <module>
    class CalendarEntriesAdminForm(forms.ModelForm):
  File "~/.virtualenvs/django1.8/local/lib/python2.7/site-packages/django/forms/models.py", line 274, in __new__
    "needs updating." % name
django.core.exceptions.ImproperlyConfigured: Creating a ModelForm without either the 'fields' attribute or the 'exclude' attribute is prohibited; form CalendarEntriesAdminForm needs updating.
Fantomas42 commented 8 years ago

Please test with the develop version. This bug should have been completed in the develop version.

0xb35c commented 8 years ago

It works with develop version. When will be the next release? We use pip to manage our environments.

Fantomas42 commented 8 years ago

cmsplugin_zinnia v0.8 is now available on Pypi.

Note you can use develop version with pip.