Re: modelformset_factory instance not saving

2011-05-19 Thread piker
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

Re: modelformset_factory instance not saving

2011-05-19 Thread Daniel Roseman
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

modelformset_factory instance not saving

2011-05-18 Thread piker
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=