index
:
django.git
fix-31295
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
/
dates.py
Age
Commit message (
Expand
)
Author
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2017-11-17
Fixed #28798 -- Removed unused django.utils.dates.WEEKDAYS_REV, MONTHS_3_REV.
Chris Lamb
2017-02-07
Converted usage of ugettext* functions to their gettext* aliases
Claude Paroz
2015-02-06
Sorted imports with isort; refs #23860.
Tim Graham
2013-11-02
Correct flake8 violation E261
Ray Ashman Jr
2013-10-26
Fixed up some more flake8 violations (this particular violation still has man...
Alex Gaynor
2011-01-21
Fixed #9988 (again) -- Updated list of Associated Press months names to use a...
Jannis Leidel
2010-12-13
Fixed #14570 -- Added new date format character for alternative month names u...
Jannis Leidel
2007-07-04
Merged Unicode branch into trunk (r4952:5608). This should be fully
Malcolm Tredinnick
2006-05-16
fixed #1817: added translation hooks for 3-letter month names
Georg Bauer
2005-11-04
Merged i18n branch into the trunk! Fixes #65, and perhaps some others. NB: th...
Jacob Kaplan-Moss
2005-07-13
Imported Django from private SVN repository (created from r. 8825)
Adrian Holovaty