Re: problem with a formset from model

2010-08-11 Thread refreegrata
ok, i understand. On 11 ago, 08:00, Nuno Maltez wrote: > This happens to me as well (also with 1.2.1). Seems like a bug with > _queryset vs queryset on BaseModelFormSet. > > Maybe you could submit a ticket tohttp://code.djangoproject.com/query > > Nuno > > On Tue, Aug 10, 2010 at 9:21 PM, refreeg

Re: problem with a formset from model

2010-08-11 Thread Nuno Maltez
This happens to me as well (also with 1.2.1). Seems like a bug with _queryset vs queryset on BaseModelFormSet. Maybe you could submit a ticket to http://code.djangoproject.com/query Nuno On Tue, Aug 10, 2010 at 9:21 PM, refreegrata wrote: > Hello list. I have a problem. I'm a newbie in Django u

problem with a formset from model

2010-08-10 Thread refreegrata
Hello list. I have a problem. I'm a newbie in Django using his first formset. I have this: class BaseFormFormato_habilitar(BaseModelFormSet): def __init__(self, *args, **kwargs): super(BaseFormFormato_habilitar, s