Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/utils_tests/test_timezone.py
Commit message (Expand)AuthorAgeFilesLines
* 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 ambiguo...Josh Smeaton2015-04-241-0/+34
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-4/+3
* Fixed #23388 -- Made django.utils.timezone.override usabl...Thomas Chaumeny2014-08-311-0/+30
* Fixed several flake8 errors, including one where a test w...Alex Gaynor2014-05-171-1/+1
* Optimized make_aware/naive by removing redundant checks. ...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