Refs #26712 -- Removed workarounds for PostgreSQL queries on TIME_ZONE changes.

This commit is contained in:
Simon Charette 2016-06-05 23:47:17 -04:00
parent b484f167be
commit 271581df60
4 changed files with 6 additions and 9 deletions

View file

@ -840,7 +840,7 @@ class SerializationTests(SimpleTestCase):
@override_settings(DATETIME_FORMAT='c', TIME_ZONE='Africa/Nairobi', USE_L10N=False, USE_TZ=True)
class TemplateTests(TestCase):
class TemplateTests(SimpleTestCase):
@requires_tz_support
def test_localtime_templatetag_and_filters(self):