Re: Conditions DEP

2016-06-06 Thread Connor Boyle
Hi Carl, Should I stop working on the DEP then? Also, would it be at all appropriate to continue using this mailing list (for say, updates on the project and requests for review)? Thanks, Connor On Monday, June 6, 2016 at 9:34:45 AM UTC-7, Carl Meyer wrote: > > Hi Connor, > > On 06/05/2016

Re: Conditions DEP

2016-06-06 Thread Connor Boyle
Thanks Tim, A pull request would be great, though I think it would be best for posterity to post a link to it on this thread. Posting directly on this thread (with quotes of relevant sections of the proposal) I think would also work fine. On Monday, June 6, 2016 at 6:29:48 AM UTC-7, Tim Allen

Re: Conditions DEP

2016-06-06 Thread Carl Meyer
Hi Connor, On 06/05/2016 07:52 PM, Connor Boyle wrote: > I'd like to make a proposal for the addition of a major new feature to > Django. Back in late March of this year, I wrote an original Google > Summer of Code proposal > that >

Re: Conditions DEP

2016-06-06 Thread Tim Allen
Hi Connor, How would you prefer suggested tweaks to your proposal? Since it is on GitHub, would you prefer pull requests? Thank you for taking the initiative! Regards, Tim On Sunday, June 5, 2016 at 10:52:57 PM UTC-4, Connor Boyle wrote: > > I'd like to make a proposal for the addition of a

Re: Some thoughts on upgrade pain & deprecations.

2016-06-06 Thread Tom Christie
Picking this up in trac: https://code.djangoproject.com/ticket/26713 And github: https://github.com/django/django/pull/6732 On Thursday, 2 June 2016 16:00:26 UTC+1, Tom Christie wrote: > > > I'm against adding custom behavior in Django > > That's entirely reasonable, yes. > > In which case, what

Re: Should we require pytz for timezone support in Django?

2016-06-06 Thread Aymeric Augustin
> On 06 Jun 2016, at 03:46, Carl Meyer wrote: > >> django-admin.py startproject defaults to USE_TZ = True which means that new >> projects that install django, start the project, and then run the internal >> web server are going to get missing dependency problems. > > That's