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
/
dateformat.py
Age
Commit message (
Expand
)
Author
2017-01-25
[1.11.x] Removed unused variables that are overwritten.
Mads Jensen
2016-11-14
Fixed #27463 -- Fixed E741 flake8 warnings.
Ramin Farajpour Cami
2016-05-10
Fixed #26580 -- Updated references to obsolete RFC 2822.
Vasiliy Faronov
2016-04-20
Fixed #26281 -- Added a helpful error message for an invalid format specifier...
Marko Benko
2015-11-07
Fixed debug view crash during autumn DST change.
Aymeric Augustin
2015-02-06
Sorted imports with isort; refs #23860.
Tim Graham
2013-11-03
Fixed all E226 violations
Alex Gaynor
2013-11-02
Correct flake8 E302 violations
Ray Ashman Jr
2013-11-02
Correct flake8 violation E261
Ray Ashman Jr
2013-10-23
Fixed E225 pep8 warnings.
Tim Graham
2013-09-10
Fixed #20841 -- Added messages to NotImplementedErrors
Gregor MacGregor
2013-09-09
Refactored code and tests that relied on django.utils.tzinfo.
Aymeric Augustin
2013-08-26
Fixed #20693 -- Add timezone support to built-in time filter.
Warren Smith
2013-05-17
Replaced an antiquated pattern.
Aymeric Augustin
2012-09-22
Fixed #18951 -- Formatting of microseconds.
Aymeric Augustin
2012-08-07
[py3] Ported django.utils.encoding.
Aymeric Augustin
2012-07-22
[py3] Replaced unicode/str by six.text_type/bytes.
Aymeric Augustin
2012-06-07
Fixed #18269 -- Applied unicode_literals for Python 3 compatibility.
Claude Paroz
2012-04-30
Replaced print statement by print function (forward compatibility syntax).
Claude Paroz
2012-02-10
Updated a few localization formats to stop the changes done in r17473 from br...
Jannis Leidel
2012-02-09
Fixed #16416 -- Added two new date formatting options for timezones and ISO w...
Jannis Leidel
2011-11-18
Added support for time zones. Thanks Luke Plant for the review. Fixed #2626.
Aymeric Augustin
2011-09-25
Fixed #16924 -- Corrected `date` template filter handling of negative (West o...
Ramiro Morales
2010-12-13
Fixed #14570 -- Added new date format character for alternative month names u...
Jannis Leidel
2010-05-16
Fixed #13547 -- Made sure the ISO 8601 date formatting introduced in r12058 u...
Jannis Leidel
2010-01-01
Fixed #7262 - Added ISO 8601 and microsecond format string to utils.dateforma...
Jannis Leidel
2009-05-08
Fixed #10825: fixed the 'U' format code to dateformat (and the date/now filte...
Jacob Kaplan-Moss
2009-02-28
Fixed #10048 -- Handle non-existent timezone in dateformat functions.
Malcolm Tredinnick
2008-07-22
Fixed #7847 -- Removed a whole bunch of unused imports from throughout the co...
Adrian Holovaty
2007-11-04
Fixed #5869 -- Corrected documentation for `now` template tag's "r" format ch...
Gary Wilson Jr
2007-09-16
Fixed #2633 -- Fixed timezone computation in O() format function, using fix f...
Malcolm Tredinnick
2007-09-15
Fixed #5470 -- Fixed the 'Z' time format marker in templates to handle timezo...
Malcolm Tredinnick
2007-07-12
Fixed #4768 -- Converted timesince and dateformat to use explicit floor divis...
Russell Keith-Magee
2007-07-04
Merged Unicode branch into trunk (r4952:5608). This should be fully
Malcolm Tredinnick
2007-03-11
Fixed #2998 -- Wrapped a couple more strings for translation. Thanks, Jannis
Malcolm Tredinnick
2007-02-28
Fixed #3488: Added "b" option to date format filter. Thanks, Gary Wilson.
Jacob Kaplan-Moss
2006-12-18
Changed dateformat 'M' to use MONTHS_3 instead of MONTHS, for better support ...
Adrian Holovaty
2006-06-08
Fixed #2109 -- Convert old-style classes to new-style classes throughout Djan...
Adrian Holovaty
2005-11-06
Fixed #742 -- Implemented 't' dateformat. Thanks, radek.
Adrian Holovaty
2005-10-22
Fixed #479 -- Implemented time-zone formats in dateformat. Thanks, Sune
Adrian Holovaty
2005-10-20
Fixed #654 -- Fixed bug in [969]. Thanks, korpios@gmail.com
Adrian Holovaty
2005-10-20
Lightly refactored django.utils.dateformat to make it use less code. Also int...
Adrian Holovaty
2005-07-26
Fixed #207 -- thanks, Mathieu.
Jacob Kaplan-Moss
2005-07-13
Imported Django from private SVN repository (created from r. 8825)
Adrian Holovaty