Home
last modified time | relevance | path

Searched refs:USE_TZ (Results 1 – 25 of 160) sorted by relevance

1234567

/dports/www/py-wagtail/wagtail-2.14.2/wagtail/contrib/forms/tests/
H A Dtest_views.py436 if settings.USE_TZ:
449 if settings.USE_TZ:
469 if settings.USE_TZ:
531 if settings.USE_TZ:
558 if settings.USE_TZ:
574 if settings.USE_TZ:
590 if settings.USE_TZ:
667 if settings.USE_TZ:
681 if settings.USE_TZ:
701 if settings.USE_TZ:
[all …]
/dports/www/py-django-tastypie/django-tastypie-0.14.4/tastypie/utils/
H A Dtimezone.py9 if settings.USE_TZ and timezone.is_naive(value):
16 if settings.USE_TZ and timezone.is_aware(value):
/dports/www/py-wagtail/wagtail-2.14.2/wagtail/tests/
H A Dsettings.py59 USE_TZ = not os.environ.get('DISABLE_TIMEZONE') variable
60 if not USE_TZ:
/dports/www/py-wagtail/wagtail-2.14.2/wagtail/admin/tests/
H A Dtest_account_management.py241 if settings.USE_TZ:
423 @unittest.skipUnless(settings.USE_TZ, "Timezone support is disabled")
438 @unittest.skipUnless(settings.USE_TZ, "Timezone support is disabled")
453 @unittest.skipUnless(settings.USE_TZ, "Timezone support is disabled")
459 @unittest.skipUnless(settings.USE_TZ, "Timezone support is disabled")
463 @unittest.skipUnless(settings.USE_TZ, "Timezone support is disabled")
469 @unittest.skipIf(settings.USE_TZ, "Timezone support is enabled")
474 @unittest.skipUnless(settings.USE_TZ, "Timezone support is disabled")
H A Dtest_reports_views.py48 if settings.USE_TZ:
64 if settings.USE_TZ:
74 if settings.USE_TZ:
/dports/science/dynare/dynare-4.6.4/contrib/ms-sbvar/utilities_dw/test_routines/matrix_test/c++/
H A Dmake_test13 #USE_TZ = USE_TZ
/dports/www/py-django-storages/django-storages-1.9.1/tests/integration/
H A Dtest_azure.py82 @override_settings(USE_TZ=True)
88 @override_settings(USE_TZ=False)
94 @override_settings(USE_TZ=True)
100 @override_settings(USE_TZ=False)
/dports/www/py-django-photologue/django-photologue-3.12/photologue/tests/
H A Dfactories.py40 if settings.USE_TZ:
86 if settings.USE_TZ:
/dports/textproc/py-wtforms/WTForms-2.1/wtforms/ext/django/
H A Dfields.py123 if settings.USE_TZ and date is not None and timezone.is_naive(date):
130 if settings.USE_TZ and isinstance(date, datetime.datetime) and timezone.is_aware(date):
/dports/www/py-dj32-django-redis/django-redis-5.1.0/tests/settings/
H A Dsqlite_json.py41 USE_TZ = False variable
H A Dsqlite_lz4.py41 USE_TZ = False variable
H A Dsqlite_msgpack.py41 USE_TZ = False variable
H A Dsqlite_herd.py29 USE_TZ = False variable
H A Dsqlite_zlib.py41 USE_TZ = False variable
H A Dsqlite.py38 USE_TZ = False variable
H A Dsqlite_sharding.py29 USE_TZ = False variable
H A Dsqlite_usock.py29 USE_TZ = False variable
H A Dsqlite_zstd.py41 USE_TZ = False variable
/dports/www/py-django-storages/django-storages-1.9.1/tests/
H A Dsettings.py12 USE_TZ = True variable
/dports/www/py-django-redis/django-redis-5.1.0/tests/settings/
H A Dsqlite.py38 USE_TZ = False variable
H A Dsqlite_herd.py29 USE_TZ = False variable
H A Dsqlite_json.py41 USE_TZ = False variable
H A Dsqlite_zstd.py41 USE_TZ = False variable
H A Dsqlite_lz4.py41 USE_TZ = False variable
H A Dsqlite_sharding.py29 USE_TZ = False variable

1234567