Model with mix of timezone aware and naive datetimes?

2017-06-22 Thread Chris Beck
I a model that requires both timezone aware and naive datetimes. To be specific, I am modelling a travel segment where the standard for departure and arrival is to always use current local time, regardless of tz/dst/&c as well as an approved_on field that should have a tz. Is there anyway to de

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 a

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 new feature

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

2017-10-11 Thread Chris Beck
s.djangoproject.com/en/dev/internals/release- > process/#supported-versions > > On Wednesday, October 11, 2017 at 12:01:06 AM UTC-4, Chris Beck wrote: >> >> Thanks James, >> >> I wasn't expecting action from my email, just advice on how to prompt for >> i