Re: Formsets and new 1.3 class based views

2011-05-11 Thread Iván Raskovsky
BTW you can find some example views and how to use them in the tests! Iván On Wed, May 11, 2011 at 3:50 PM, DK wrote: > Fantastic piece of work. I will try to dive into. > DK > > On May 11, 8:02 pm, Iván Raskovsky wrote: >> On Wed, May 11, 2011 at 1:29 PM, DK wrote: >> > What is a proper wa

Re: Formsets and new 1.3 class based views

2011-05-11 Thread DK
Fantastic piece of work. I will try to dive into. DK On May 11, 8:02 pm, Iván Raskovsky wrote: > On Wed, May 11, 2011 at 1:29 PM, DK wrote: > > What is a proper way to handle formsets with new class based views? > > Should I use standard forms views like CreateView, I did not saw any > > views d

Re: Formsets and new 1.3 class based views

2011-05-11 Thread Iván Raskovsky
On Wed, May 11, 2011 at 1:29 PM, DK wrote: > What is a proper way to handle formsets with new class based views? > Should I use standard forms views like CreateView, I did not saw any > views dedicated to handle formsets. Hi DK. I've faced the same issue some weeks ago, and I decided to make my o