Re: more formset adventures

2009-07-10 Thread Karen Tracey
On Fri, Jul 10, 2009 at 7:30 AM, Michael Stevens wrote: > > Hi. > > I'm using a ModelFormset created with lineformset_factory. > > When I click delete on one of the records and save the formset, it > successfully removes the associated db record, but if I redisplay the > formset after the save, it

more formset adventures

2009-07-10 Thread Michael Stevens
Hi. I'm using a ModelFormset created with lineformset_factory. When I click delete on one of the records and save the formset, it successfully removes the associated db record, but if I redisplay the formset after the save, it's still showing the now removed form. I've modified my code to recre