0
0
mirror of https://github.com/django/django.git synced 2024-12-01 15:42:04 +01:00
django/tests/modeltests/timezones
2012-03-13 06:59:04 +00:00
..
fixtures Fixed #17263 -- Added a warning when a naive datetime reaches the database layer while time zone support is enabled. 2011-11-19 23:27:20 +00:00
__init__.py Added support for time zones. Thanks Luke Plant for the review. Fixed #2626. 2011-11-18 13:01:06 +00:00
admin.py Added support for time zones. Thanks Luke Plant for the review. Fixed #2626. 2011-11-18 13:01:06 +00:00
forms.py Added support for time zones. Thanks Luke Plant for the review. Fixed #2626. 2011-11-18 13:01:06 +00:00
models.py Fixed #17728 -- When filtering an annotation, ensured the values used in the filter are properly converted to their database representation. This bug was particularly visible with timezone-aware DateTimeFields. Thanks gg for the report and Carl for the review. 2012-02-22 19:40:27 +00:00
tests.py Fixed #17882 -- Reopened the database connection when a test changes time zone settings. Thanks brodie for the report. 2012-03-13 06:59:04 +00:00
urls.py Added support for time zones. Thanks Luke Plant for the review. Fixed #2626. 2011-11-18 13:01:06 +00:00