--
Ticket URL: <https://code.djangoproject.com/ticket/17262>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* keywords: => timezone tzinfo
* stage: Unreviewed => Accepted
--
Ticket URL: <https://code.djangoproject.com/ticket/17262#comment:1>
Comment (by aaugustin):
See also #18766.
--
Ticket URL: <https://code.djangoproject.com/ticket/17262#comment:2>
* has_patch: 0 => 1
* version: => 1.4
Comment:
Pull request: https://github.com/django/django/pull/1601
Discussion: https://groups.google.com/d/msg/django-
developers/zwQju7hbG78/jxpGZfdlxlcJ
I'll merge this in a few days, unless the discussion on django-developers
reveals some good reasons not to.
--
Ticket URL: <https://code.djangoproject.com/ticket/17262#comment:4>
* status: new => closed
* resolution: => fixed
Comment:
In [changeset:"ec2778b445546f624d3b3a1f2118e751b10bb2e7"]:
{{{
#!CommitTicketReference repository=""
revision="ec2778b445546f624d3b3a1f2118e751b10bb2e7"
Fixed #17262 -- Refactored tzinfo implementations.
This commit deprecates django.utils.tzinfo in favor of the more recent
django.utils.timezone which was introduced when Django gained support
for time zones.
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/17262#comment:5>
Comment (by Aymeric Augustin <aymeric.augustin@…>):
In [changeset:"d9413d33b2a8371731a92289123683cf6f440290"]:
{{{
#!CommitTicketReference repository=""
revision="d9413d33b2a8371731a92289123683cf6f440290"
Refactored code and tests that relied on django.utils.tzinfo.
Refs #17262.
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/17262#comment:6>
Comment (by Tim Graham <timograham@…>):
In [changeset:"1b0365ad34151f266fe3faecb4edf31a51a8642c"]:
{{{
#!CommitTicketReference repository=""
revision="1b0365ad34151f266fe3faecb4edf31a51a8642c"
Removed django.utils.tzinfo per deprecation timeline; refs #17262.
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/17262#comment:7>