fusionbox / django-widgy

A CMS framework for Django built on a heterogenous tree editor.
http://wid.gy
Other
333 stars 52 forks source link

Fix form changelist in Python 3 #348

Closed acatton closed 9 years ago

acatton commented 9 years ago

In Python 3 headers.key() is an iterator. Therefore it gets consumed during the first yield ... for i in headers.keys()