Re: Bound formset.empty_form after posting formset

2011-02-19 Thread Hidde-Jan Jongsma
. This is the ticket: http://code.djangoproject.com/ticket/15349 Thanks, HJ On Sat, Feb 19, 2011 at 4:03 AM, Carl Meyer <carl.j.me...@gmail.com> wrote: > Hi Hidde-Jan, > > On Feb 18, 10:20 am, Hidde-Jan Jongsma <m...@hidde-jan.nl> wrote: > > Lately, I've been working a lot

Re: Bound formset.empty_form after posting formset

2011-02-19 Thread Hidde-Jan Jongsma
but without errors. This is the ticket: http://code.djangoproject.com/ticket/15349 Thanks, HJ On Feb 19, 4:03 am, Carl Meyer <carl.j.me...@gmail.com> wrote: > Hi Hidde-Jan, > > On Feb 18, 10:20 am, Hidde-Jan Jongsma <m...@hidde-jan.nl> wrote: > > > Lately, I've be

Bound formset.empty_form after posting formset

2011-02-18 Thread Hidde-Jan Jongsma
Dear Django developers, Lately, I've been working a lot with Django's modelformsets in combination with javascript. The BaseFormSet implements a handy method _get_empty_form, accessible through the empty_form property. This method checks whether formset.is_bound is True, and if it is, updates the