Thanks for the reply.
formset.is_valid returns False but formset.errors returns an empty
list.The same applies for the SpeciesFormSet.What would this suggest?
Cheers.
On May 19, 7:04 pm, Daniel Roseman wrote:
> On Wednesday, May 18, 2011 11:46:14 PM UTC+1, piker wrote:
>
> > I have a modelformset
On Wednesday, May 18, 2011 11:46:14 PM UTC+1, piker wrote:
>
> I have a modelformset_factory instance displaying beautifully, but not
> saving to the database.
> If anyone can spot any mistake i've made in the code it would be much
> appreciated.(i'm using Django 1.3 by the way).
>
> def warnin
I have a modelformset_factory instance displaying beautifully, but not
saving to the database.
If anyone can spot any mistake i've made in the code it would be much
appreciated.(i'm using Django 1.3 by the way).
def warning_entry (request):
SpeciesFormSet =
modelformset_factory(Species,fields=
3 matches
Mail list logo