summaryrefslogtreecommitdiff
path: root/django/utils/timezone.py
AgeCommit message (Expand)Author
2013-01-31Fixed #19708 -- Exception in timezone.override(None).Aymeric Augustin
2012-07-22[py3] Replaced basestring by six.string_types.Aymeric Augustin
2012-04-29Simplified timezones tests with settings_changed.Aymeric Augustin
2012-04-29Fixed #17992 -- Added a public API for localtime.Aymeric Augustin
2012-03-03Made django.utils.timezone.localtime a private API -- it's too specific to th...Aymeric Augustin
2012-02-26Fixed #17715 -- Updated the tutorial for time zone support, plus a few other ...Aymeric Augustin
2012-01-02Fixed a stupid bug in the implementation of timezone.make_aware.Aymeric Augustin
2011-12-23Fixed django.utils.timezone.__all__ to include correct function names.Jannis Leidel
2011-11-25Fixed #17294 -- Supported nullable DateTimeFields when time zone support is e...Aymeric Augustin
2011-11-21Fixed #17274 -- Accepted TIME_ZONE = None when USE_TZ = True. Thanks pressure...Aymeric Augustin
2011-11-18Fixed #17255 -- Removed "as" prefix from new timezone template filter names f...Jannis Leidel
2011-11-18Added support for time zones. Thanks Luke Plant for the review. Fixed #2626.Aymeric Augustin