1
0
mirror of https://github.com/django/django.git synced 2024-12-23 01:25:58 +00:00
django/tests/timezones
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
..
__init__.py
admin.py Updated tests to stop leaking models in shared AdminSite. 2015-04-15 09:45:26 -04:00
forms.py Fixing E302 Errors 2013-11-02 23:48:47 -05:00
models.py Fixing E302 Errors 2013-11-02 23:48:47 -05:00
tests.py Fixed #23820 -- Supported per-database time zone. 2015-05-17 09:40:28 +02:00
urls.py Updated tests to stop leaking models in shared AdminSite. 2015-04-15 09:45:26 -04:00