Re: Unable to save object with images while using FormWizard in Django 1.7 and Python 3.4

2015-01-27 Thread Collin Anderson
Hi, Use items() instead of iteritems(). Collin On Thursday, January 22, 2015 at 11:31:23 AM UTC-5, Frankline wrote: > > ​Hi all​, > I am having a problem saving a Django form using the *FormWizard > * > while using *Djan

Unable to save object with images while using FormWizard in Django 1.7 and Python 3.4

2015-01-22 Thread Frankline
​Hi all​, I am having a problem saving a Django form using the *FormWizard * while using *Django 1.7* and *Python 3.4*. Below is my code: *models.py* ...class Advert(models.Model): ... # Some irelevant code removed for