Re: DEPs: Django Enhancement Proposals

2014-04-14 Thread Albert O'Connor
> to say it." -- Evelyn Beatrice Hall (summarizing Voltaire) > "The people's good is the highest law." -- Cicero > GPG Key fingerprint: 125F 5C67 DFE9 4084 > > -- > You received this message because you are subscribed to the Google Groups > "Django d

Re: Working towards a simpler GCBV implementation?

2013-10-05 Thread Albert O'Connor
tion. Thanks, Albert O'Connor On Sat, Oct 5, 2013 at 7:27 AM, Tino de Bruijn wrote: > > On Thu, Oct 3, 2013 at 11:09 AM, Tom Christie wrote: > >> * If a simpler GCBV implementation along the lines of >> django-vanilla-views is something we think we should working towards

Re: Featurereuqest: Helpfull tracebacks

2013-08-21 Thread Albert O'Connor
t; group. > To unsubscribe from this group and stop receiving emails from it, send an > email to django-developers+unsubscr...@googlegroups.com. > To post to this group, send email to django-developers@googlegroups.com. > Visit this group at http://groups.google.com/group/django-devel

Re: Changes to django's settings module

2013-03-24 Thread Albert O'Connor
y somewhat of an up hill battle where the onus is on the contributor at every stage, not the project maintainers. Albert O'Connor On Sun, Mar 24, 2013 at 7:10 AM, Russell Keith-Magee < russ...@keith-magee.com> wrote: > > On Sun, Mar 24, 2013 at 6:28 PM, Omer Katz wrote: > >

Re: Django's CVB - Roadmap?

2012-06-05 Thread Albert O'Connor
2 at 11:33 AM, Donald Stufft wrote: > > On Tuesday, June 5, 2012 at 11:11 AM, Albert O'Connor wrote: > > Both the Built in Generic Class Based Views, and Class Based Views > in general are great. Generic Class Based Views are not awesome when > your view is not generic. >

Re: Django's CVB - Roadmap?

2012-06-05 Thread Albert O'Connor
oups.google.com/group/django-developers?hl=en. > > > -- > You received this message because you are subscribed to the Google Groups > "Django developers" group. > To post to this group, send email to django-developers@googlegroups.com. > To unsubscribe from this grou

Re: Django's CVB - Roadmap?

2012-06-05 Thread Albert O'Connor
ently when it comes to generic class based view they should be used less. Albert On Tue, Jun 5, 2012 at 9:14 AM, Donald Stufft wrote: > On Tuesday, June 5, 2012 at 9:05 AM, Albert O'Connor wrote: > > My feeling is that though some people might have uses for CBV, we > should

Re: Django's CVB - Roadmap?

2012-06-05 Thread Albert O'Connor
ntext providers would have made more sense than mixins. If people have uses for CBV, they should be available, but advocating that more builtin or contrib views should be made class based is something I would be against personally, unless it really made sense in a specific use case. Albert O'