Formwizard and manytomany

2011-11-24 Thread Arthur Fortes
Hello, I'm new in Django and I got a problem with a formwizard. My manytomany dont works with formwizard. When I try appears this error : 'areaes' is an invalid keyword argument for this function. What I should do? So my formwizard is: class CadastroWizard(FormWizard): def

Re: Formwizard and manytomany

2011-11-25 Thread Arthur Fortes
models.py areaes = models.ManyToManyField(areavaga,verbose_name='Area da vaga*') pret_salario = models.CharField('Pretenção salarial*',max_length=2,choices=SALARIO_C) cargointeresse = models.CharField('Cargo de interesse*',max_length =20) tipoperfil = models.CharField('Tipo de