This will also allow to remove a setting from the default project settings
template.
To achieve that, we'll have to add a warning during the deprecation period
when we detect USE_TZ is not overridden in project settings.
--
Ticket URL: <https://code.djangoproject.com/ticket/32739>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* stage: Unreviewed => Accepted
Comment:
OK, yes — 10 years should be long enough 😀 +1.
--
Ticket URL: <https://code.djangoproject.com/ticket/32739#comment:1>
Comment (by Claude Paroz):
We might even think of *always* activating timezones (middle-term goal?),
but I don't have in mind all possible consequences of such a move.
--
Ticket URL: <https://code.djangoproject.com/ticket/32739#comment:2>
* has_patch: 0 => 1
Comment:
[https://github.com/django/django/pull/14399 PR]
--
Ticket URL: <https://code.djangoproject.com/ticket/32739#comment:3>
* owner: nobody => Claude Paroz
* needs_docs: 0 => 1
* status: new => assigned
* needs_tests: 0 => 1
--
Ticket URL: <https://code.djangoproject.com/ticket/32739#comment:4>
* needs_docs: 1 => 0
* needs_tests: 1 => 0
--
Ticket URL: <https://code.djangoproject.com/ticket/32739#comment:5>
* stage: Accepted => Ready for checkin
--
Ticket URL: <https://code.djangoproject.com/ticket/32739#comment:6>
* status: assigned => closed
* resolution: => fixed
Comment:
In [changeset:"8cd55021bcb6c9727c1adccd9623fa4acfc0312b" 8cd55021]:
{{{
Fixed #32379 -- Started deprecation toward changing default USE_TZ to
True.
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/32739#comment:7>