Re: Proposal: A diagram showing Class Based View inheritance and mixins.

2013-08-21 Thread Meshy
Copied from the related thread on reddit: "the folks at ccbv.co.uk have been looking to build some sort of diagram..." We have indeed! In fact, in response to excitement generated by this thread, I've shipped our best version so far. To see it: go to any class on ccbv (eg http://ccbv.co.uk/Tod

Re: Proposal: A diagram showing Class Based View inheritance and mixins.

2013-08-20 Thread mjl Martin J. Laubach
I've used this one http://epydoc.pythondiary.com/generic-views/ with good results. Very low-level but totally useful. mjl -- You received this message because you are subscribed to the Google Groups "Django developers" group. To unsubscribe from this group and stop receiving emails

Re: Proposal: A diagram showing Class Based View inheritance and mixins.

2013-08-20 Thread George Hickman
Seth, This sounds like a great idea. I believe the folks behind ccbv.co.uk are also trying to do something like this, maybe you could collaborate with them? George On Monday, August 19, 2013 8:40:36 PM UTC+1, Seth Moon wrote: > > Such as one for each of the pink CBVs (CreateView, UpdateView, e

Re: Proposal: A diagram showing Class Based View inheritance and mixins.

2013-08-19 Thread Seth Moon
Such as one for each of the pink CBVs (CreateView, UpdateView, etc)? Yeah, I'll see what I can do. On Monday, August 19, 2013 12:54:29 AM UTC-7, Daniel Greenfeld wrote: > > Seth, > > I like it a lot. Is there any chance you can provide a focused version per > Class-Based View? > > Daniel Greenfe

Re: Proposal: A diagram showing Class Based View inheritance and mixins.

2013-08-19 Thread Daniel Greenfeld
Seth, I like it a lot. Is there any chance you can provide a focused version per Class-Based View? Daniel Greenfeld On Sunday, August 18, 2013 10:03:59 PM UTC+2, Seth Moon wrote: > > I believe it would be beneficial to the Django developers and users if the > documentation included a diagram s

Proposal: A diagram showing Class Based View inheritance and mixins.

2013-08-18 Thread Seth Moon
I believe it would be beneficial to the Django developers and users if the documentation included a diagram showing the complete structure of how Class Based Views get their functionality. This would be a relatively simple diagram that shows the classes each generic view inherits from. The reas