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 fields attribute to CalendarEntriesAdminForm. #49

Closed aditnryn closed 9 years ago

aditnryn commented 9 years ago

Django 1.8 requires either the 'fields' or 'exclude' attribute to be set for modelForm. Omitting any definition of the fields to use will result in an ImproperlyConfigured exception. See https://docs.djangoproject.com/en/1.8/ref/forms/models/.

Fantomas42 commented 9 years ago

Thanks for your work !