summaryrefslogtreecommitdiff
path: root/tests/utils_tests/test_timezone.py
Commit message (Expand)AuthorAgeFilesLines
* Deprecation of is_dst params.make-zoneinfo-default-timezone-implementationCarlton Gibson2021-09-091-0/+2
* Added various ignore_warnings.Carlton Gibson2021-09-091-1/+0
* !fixup 4fd6620a9c49a3fede0d5eb6d565f228492c89cfCarlton Gibson2021-09-091-14/+2
* Refs #32365 -- Updated install_requires and made pytz imports optional.Carlton Gibson2021-08-181-25/+25
* Fixed #32365 -- Made zoneinfo the default timezone implementation.Carlton Gibson2021-08-181-1/+38
* Refs #32365 -- Allowed use of non-pytz timezone implementations.Paul Ganssle2021-01-191-4/+78
* Refs #29546 -- Removed django.utils.timezone.FixedOffset per deprecation time...Mariusz Felisiak2019-09-101-24/+1
* Completed FixedOffset test coverage.Hasan Ramezani2018-10-091-0/+11
* Fixed #29546 -- Deprecated django.utils.timezone.FixedOffset.Sergey Fedoseev2018-07-091-4/+12
* Refs #29514 -- Added test for get_default_timezone()/timezone.utc equality.Carlton Gibson2018-06-281-0/+4
* Fixed #28739 -- Fixed get_fixed_timezone() for negative timedeltas.medmunds2017-10-241-0/+4
* Refs #23919 -- Removed django.test.mock Python 2 compatibility shim.Tim Graham2017-01-201-1/+2
* Fixed #27138 -- Restored pre-Python 3.6 behavior of localtime() and make_naiv...Joachim Jablon2016-11-071-25/+8
* Completed django.utils.timezone test coverage.Tim Graham2016-11-011-0/+35
* Fixed #27327 -- Simplified time zone handling by requiring pytz.Tim Graham2016-10-271-61/+3
* Refs #27025 -- Fixed a timezone test for Python 3.6.Tim Graham2016-09-171-2/+8
* Fixed #25181 -- Added localdate() function to get date in a different time zone.Jon Dufresne2016-08-311-2/+26
* Replaced 'raise SkipTest' with self.skipTest() in a few tests.Tim Graham2016-08-161-1/+1
* Refs #27025 -- Fixed a couple timezone tests for Python 3.6.Tim Graham2016-08-091-6/+18
* Fixed #23395 -- Limited line lengths to 119 characters.Dražen Odobašić2015-09-121-1/+3
* Factored skip condition when pytz isn't installed.Aymeric Augustin2015-05-171-4/+6
* Fixed #22598 -- Allowed make_aware() to work with ambiguous datetimeJosh Smeaton2015-04-241-0/+34
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-4/+3
* Fixed #23388 -- Made django.utils.timezone.override usable as a decoratorThomas Chaumeny2014-08-311-0/+30
* Fixed several flake8 errors, including one where a test wouldn't be runAlex Gaynor2014-05-171-1/+1
* Optimized make_aware/naive by removing redundant checks. Refs #22625.Aymeric Augustin2014-05-161-0/+30
* Fixed #22625 -- Normalized make_aware/naive errors.Aymeric Augustin2014-05-161-0/+25
* Imported override_settings from its new location.Aymeric Augustin2013-12-231-1/+1
* Fixed #21302 -- Fixed unused imports and import *.Tim Graham2013-11-021-1/+0
* Fixed #17262 -- Refactored tzinfo implementations.Aymeric Augustin2013-09-091-3/+2
* Further hardening. Refs #18766.Aymeric Augustin2013-09-081-2/+2
* Hardened the test introduced in ded11aa6. Refs #18766.Aymeric Augustin2013-09-081-1/+5
* Fixed #18766 -- Pointed to pytz when LocalTimezone fails.Aymeric Augustin2013-09-081-0/+7
* Stopped using django.utils.unittest in the test suite.Aymeric Augustin2013-07-011-1/+2
* Modified utils_tests for unittest2 discovery.Preston Timmons2013-04-121-0/+63