django/tests/timezones
Aymeric Augustin 5444a9c683 Fixed #21074 -- Added tests for localized datetime fields.
Fields must render values in the current time zone.

This commit only contains tests because this ticket was just a symptom of
a regression from #18777 that was fixed separately.
2013-09-21 23:10:14 +02:00
..
fixtures
__init__.py
admin.py Removed most of absolute_import imports 2013-07-29 20:28:13 +02:00
forms.py Fixed #21074 -- Added tests for localized datetime fields. 2013-09-21 23:10:14 +02:00
models.py
tests.py Fixed #21074 -- Added tests for localized datetime fields. 2013-09-21 23:10:14 +02:00
urls.py Removed most of absolute_import imports 2013-07-29 20:28:13 +02:00