index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
utils
/
timezone.py
Age
Commit message (
Expand
)
Author
2014-05-17
[1.7.x] Fixed several flake8 errors, including one where a test wouldn't be run
Alex Gaynor
2014-05-16
[1.7.x] Optimized make_aware/naive by removing redundant checks. Refs #22625.
Aymeric Augustin
2014-05-16
[1.7.x] Fixed #22625 -- Normalized make_aware/naive errors.
Aymeric Augustin
2014-01-26
Fixed #21880 -- Added missing items to django.utils.timezone.__all__.
Aymeric Augustin
2013-11-02
Correct flake8 E302 violations
Ray Ashman Jr
2013-10-21
Fixed #21288 -- Fixed E126 pep8 warnings
Alasdair Nicol
2013-09-09
Fixed #17262 -- Refactored tzinfo implementations.
Aymeric Augustin
2013-09-08
Fixed #18766 -- Pointed to pytz when LocalTimezone fails.
Aymeric Augustin
2013-02-11
Accepted None in tzname().
Aymeric Augustin
2013-01-31
Fixed #19708 -- Exception in timezone.override(None).
Aymeric Augustin
2012-07-22
[py3] Replaced basestring by six.string_types.
Aymeric Augustin
2012-04-29
Simplified timezones tests with settings_changed.
Aymeric Augustin
2012-04-29
Fixed #17992 -- Added a public API for localtime.
Aymeric Augustin
2012-03-03
Made django.utils.timezone.localtime a private API -- it's too specific to th...
Aymeric Augustin
2012-02-26
Fixed #17715 -- Updated the tutorial for time zone support, plus a few other ...
Aymeric Augustin
2012-01-02
Fixed a stupid bug in the implementation of timezone.make_aware.
Aymeric Augustin
2011-12-23
Fixed django.utils.timezone.__all__ to include correct function names.
Jannis Leidel
2011-11-25
Fixed #17294 -- Supported nullable DateTimeFields when time zone support is e...
Aymeric Augustin
2011-11-21
Fixed #17274 -- Accepted TIME_ZONE = None when USE_TZ = True. Thanks pressure...
Aymeric Augustin
2011-11-18
Fixed #17255 -- Removed "as" prefix from new timezone template filter names f...
Jannis Leidel
2011-11-18
Added support for time zones. Thanks Luke Plant for the review. Fixed #2626.
Aymeric Augustin