Re: Proposal for making Storage API timezone aware

2015-09-07 Thread Carl Meyer
Hi James, This proposal makes good sense to me. I think the problem is worth fixing (I saw this problem on a previous project and never did get to the bottom of what was causing it!), and you've carefully identified a backwards-compatible route to fixing it, where no existing code breaks (further)

Proposal for making Storage API timezone aware

2015-09-07 Thread James Aylett
Ticket: https://code.djangoproject.com/ticket/23832 This is something that's been bugging me for a while, but it's tricky to get a good compatibility story. Here I'll lay out what's going on now including obstacles to change, where I think we should be and a possible route for getting there. # C