mirror of
https://github.com/django/django.git
synced 2025-08-04 02:48:35 +00:00
Refs #26712 -- Removed workarounds for PostgreSQL queries on TIME_ZONE changes.
This commit is contained in:
parent
b484f167be
commit
271581df60
4 changed files with 6 additions and 9 deletions
|
@ -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):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue