Re: RFC: More class based views, take two

2012-05-29 Thread Julien Phalip
Hi Andy and Iván, On May 28, 2012, at 12:38 PM, Iván Raskovsky wrote: > Hi Andy, > > On Mon, May 28, 2012 at 7:30 AM, Andrew Ingram wrote: >> Hi Iván, >> >> I'd temporarily given up on getting extra_views into Django because of >> a blocking issue with pagination and

Re: RFC: More class based views, take two

2012-05-28 Thread Iván Raskovsky
Hi Andy, On Mon, May 28, 2012 at 7:30 AM, Andrew Ingram wrote: > Hi Iván, > > I'd temporarily given up on getting extra_views into Django because of > a blocking issue with pagination and formsets. > > Assuming a goal is to be able to build a new admin using class-based >

Re: RFC: More class based views, take two

2012-05-28 Thread Andrew Ingram
Hi Iván, I'd temporarily given up on getting extra_views into Django because of a blocking issue with pagination and formsets. Assuming a goal is to be able to build a new admin using class-based views, there is a prerequisite of being able to paginate, sort and filter on the querysets used for

RFC: More class based views, take two

2012-05-27 Thread Iván Raskovsky
The generic class based views were introduced in 1.3, since then they haven't seen much love. I feel the most wanted missing views are the formsets related ones (specially the inline_formsets related ones). I've written to the list some months ago[0] with no reply. Luckily I'll get more traction