+1 to anything which makes CBV easier to use and simpler to understand. >From looking at what have done you have been able to address my biggest concern, the depth of the hierarchy. I find using flat "CBV" like the syndication framework a lot easier then the current GCBV implementation.
Thanks, Albert O'Connor On Sat, Oct 5, 2013 at 7:27 AM, Tino de Bruijn <[email protected]> wrote: > > On Thu, Oct 3, 2013 at 11:09 AM, Tom Christie <[email protected]>wrote: > >> * If a simpler GCBV implementation along the lines of >> django-vanilla-views is something we think we should working towards. >> > > Hells yes, +1. I love CBV, but when it gets a little more complex, I get > dazzled. > > >> * What approaches we might be able to take to dealing with backwards >> compatibility if we did want to do so. >> > > Hmm, from django.new_views import ..., like was done with new_forms? > > > -- > You received this message because you are subscribed to the Google Groups > "Django developers" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/django-developers. > To view this discussion on the web visit > https://groups.google.com/d/msgid/django-developers/CANQFsQCg7zVkjvRM4M6MdvhtmkBMqyp-FhAr12yjFF57nJY0Yw%40mail.gmail.com > . > > For more options, visit https://groups.google.com/groups/opt_out. > -- ><><><>< Albert O'Connor - [email protected] albertoconnor.ca | watpy.ca | go-opendata.ca -- You received this message because you are subscribed to the Google Groups "Django developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/django-developers. To view this discussion on the web visit https://groups.google.com/d/msgid/django-developers/CAMAY443M_37u_6sQK%2BFB5abCFCJYVWhFa6r4QO550b%2B7e5bMiQ%40mail.gmail.com. For more options, visit https://groups.google.com/groups/opt_out.
