ValueError at /admin/zinnia/entry/add/ in Zinnia?

85 views Asked by At

When adding an entry using the admin site in Zinnia app in Django I get the following error?

ValueError at /admin/zinnia/entry/add/

too many values to unpack (expected 2)

Does anybody know how to solve this?

2

There are 2 answers

0
weather api On BEST ANSWER

Make sure your using correct versions of dependencies for Zinnia.

1
iustitia On

There is an issue with categories and how it is displayed when you add or edit entry if you use Django 1.11. Fastest workaround is to downgrade Django to 1.10.

@weather api suggested to look into dependencies, but setup.py doesn't even mention Django package by itself, so by default Django 1.11 will be installed.