Skip to content

Commit b5d4604

Browse files
committed
Add timezone tests
1 parent 700d747 commit b5d4604

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tests/cache_/tests.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -946,3 +946,8 @@ def drop_collection(self):
946946

947947
def create_cache_collection(self):
948948
management.call_command("createcachecollection", verbosity=0)
949+
950+
951+
@override_settings(USE_TZ=True)
952+
class DBCacheWithTimeZoneTests(DBCacheTests):
953+
pass

0 commit comments

Comments
 (0)