--
Ticket URL: <https://code.djangoproject.com/ticket/23972>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* needs_better_patch: => 0
* needs_tests: => 0
* needs_docs: => 0
Old description:
> I'm not sure, but I think you meant "native datetimes" instead of "naive
> datetimes" in
> https://docs.djangoproject.com/en/dev/ref/settings/#std:setting-USE_TZ
> https://docs.djangoproject.com/en/1.7/ref/settings/#std:setting-USE_TZ
> and older...
New description:
I'm not sure, but I think you meant "'''native''' datetimes" instead of
"'''naive''' datetimes" in
https://docs.djangoproject.com/en/dev/ref/settings/#std:setting-USE_TZ
https://docs.djangoproject.com/en/1.7/ref/settings/#std:setting-USE_TZ
and older...
--
--
Ticket URL: <https://code.djangoproject.com/ticket/23972#comment:1>
* status: new => closed
* resolution: => invalid
Comment:
Hi,
The word here is correct. It refers to the fact that the datetime is not
associated with a timezone (as opposed to an "aware" datetime).
See https://docs.python.org/3.4/library/datetime.html for more details.
Thanks.
--
Ticket URL: <https://code.djangoproject.com/ticket/23972#comment:2>