Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/utils/timezone.py
Commit message (Expand)AuthorAgeFilesLines
* Simplified the implementation of timezone.is_aware/naive.Aymeric Augustin2015-05-021-4/+10
* Fixed #22598 -- Allowed make_aware() to work with ambiguo...Josh Smeaton2015-04-241-2/+2
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-6/+6
* Simplified caching of get_default_timezone().Aymeric Augustin2014-11-191-12/+9
* Fixed #23668 -- Changed make_aware() and make_naive() to ...Jon Dufresne2014-10-201-2/+6
* Fixed #23388 -- Made django.utils.timezone.override usabl...Thomas Chaumeny2014-08-311-1/+2
* Fixed #23381 -- Context manager restored state should be ...Thomas Chaumeny2014-08-291-1/+1
* 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-8/+12
* Fixed #22625 -- Normalized make_aware/naive errors.Aymeric Augustin2014-05-161-0/+4
* Fixed #21880 -- Added missing items to django.utils.timez...Aymeric Augustin2014-01-261-2/+4
* Correct flake8 E302 violationsRay Ashman Jr2013-11-031-0/+18
* Fixed #21288 -- Fixed E126 pep8 warningsAlasdair Nicol2013-10-211-1/+1
* Fixed #17262 -- Refactored tzinfo implementations.Aymeric Augustin2013-09-091-12/+48
* Fixed #18766 -- Pointed to pytz when LocalTimezone fails.Aymeric Augustin2013-09-081-2/+23
* Accepted None in tzname().Aymeric Augustin2013-02-111-3/+3
* Fixed #19708 -- Exception in timezone.override(None).Aymeric Augustin2013-01-311-3/+4
* [py3] Replaced basestring by six.string_types.Aymeric Augustin2012-07-221-2/+3
* Simplified timezones tests with settings_changed.Aymeric Augustin2012-04-291-1/+0
* Fixed #17992 -- Added a public API for localtime.Aymeric Augustin2012-04-291-9/+19
* Made django.utils.timezone.localtime a private API -- it'...Aymeric Augustin2012-03-031-2/+7
* Fixed #17715 -- Updated the tutorial for time zone suppor...Aymeric Augustin2012-02-261-0/+6
* Fixed a stupid bug in the implementation of timezone.make...Aymeric Augustin2012-01-021-1/+1
* Fixed django.utils.timezone.__all__ to include correct fu...Jannis Leidel2011-12-231-1/+1
* Fixed #17294 -- Supported nullable DateTimeFields when ti...Aymeric Augustin2011-11-251-0/+3
* Fixed #17274 -- Accepted TIME_ZONE = None when USE_TZ = T...Aymeric Augustin2011-11-211-2/+4
* Fixed #17255 -- Removed "as" prefix from new timezone tem...Jannis Leidel2011-11-181-2/+2
* Added support for time zones. Thanks Luke Plant for the r...Aymeric Augustin2011-11-181-0/+266