django/docs/topics/i18n
Aymeric Augustin ed83881e64 Fixed #23820 -- Supported per-database time zone.
The primary use case is to interact with a third-party database (not
primarily managed by Django) that doesn't support time zones and where
datetimes are stored in local time when USE_TZ is True.

Configuring a PostgreSQL database with the TIME_ZONE option while USE_TZ
is False used to result in silent data corruption. Now this is an error.
2015-05-17 09:40:28 +02:00
..
formatting.txt Updated capitalization in the word "JavaScript" for consistency 2015-05-01 13:26:42 -04:00
index.txt Clarify that HTTP Accept-Language header is case-insensitive. 2014-10-20 12:01:28 -06:00
timezones.txt Fixed #23820 -- Supported per-database time zone. 2015-05-17 09:40:28 +02:00
translation.txt Fixed typo in translation import statement 2015-05-02 20:18:34 +02:00