mirror of
https://github.com/django/django.git
synced 2025-08-04 10:59:45 +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
|
@ -94,9 +94,7 @@ class FileStorageDeconstructionTests(unittest.TestCase):
|
|||
requires_pytz = unittest.skipIf(pytz is None, "this test requires pytz")
|
||||
|
||||
|
||||
class FileStorageTests(TestCase):
|
||||
# Changing TIME_ZONE may issue a query to set the database's timezone,
|
||||
# hence TestCase.
|
||||
class FileStorageTests(SimpleTestCase):
|
||||
storage_class = FileSystemStorage
|
||||
|
||||
def setUp(self):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue