Re: How do I request a new feature in 1.11.x?

2017-10-12 Thread Tim Graham
Those "features" were related to changes in Django 1.11 that caused problems that older versions of Django didn't have. On Wednesday, October 11, 2017 at 11:12:33 AM UTC-4, Chris Beck wrote: > > that's what I expected but 1.11.1 and 1.11.2 each added a minor feature > > On 11 October 2017 at

Re: How do I request a new feature in 1.11.x?

2017-10-11 Thread Chris Beck
that's what I expected but 1.11.1 and 1.11.2 each added a minor feature On 11 October 2017 at 10:03, Tim Graham wrote: > No, Django 1.11.x won't receive new features. The supported versions > policy is the same for that release series as for other releases. > >

Re: How do I request a new feature in 1.11.x?

2017-10-11 Thread Tim Graham
No, Django 1.11.x won't receive new features. The supported versions policy is the same for that release series as for other releases. https://docs.djangoproject.com/en/dev/internals/release-process/#supported-versions On Wednesday, October 11, 2017 at 12:01:06 AM UTC-4, Chris Beck wrote: > >

Re: How do I request a new feature in 1.11.x?

2017-10-10 Thread Chris Beck
Thanks James, I wasn't expecting action from my email, just advice on how to prompt for it - which you provided! Cheers, Chris On 10 October 2017 at 23:57, James Schneider wrote: > > > On Oct 10, 2017 8:50 PM, "Chris Beck" wrote: > > So there is a

Re: How do I request a new feature in 1.11.x?

2017-10-10 Thread James Schneider
On Oct 10, 2017 8:50 PM, "Chris Beck" wrote: So there is a new feature being worked on in the master branch: https://code.djangoproject.com/ticket/28668 (adding ON CONFLICT DO NOTHING support to bulk_create) How might I add a request that that feature be included in a future

How do I request a new feature in 1.11.x?

2017-10-10 Thread Chris Beck
So there is a new feature being worked on in the master branch: https://code.djangoproject.com/ticket/28668 (adding ON CONFLICT DO NOTHING support to bulk_create) How might I add a request that that feature be included in a future 1.11 release if possible? Since 1.11 is the last Python2 release