Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/utils/dateformat.py
Commit message (Expand)AuthorAgeFilesLines
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-5/+7
* Fixed all E226 violationsAlex Gaynor2013-11-031-1/+1
* Correct flake8 E302 violationsRay Ashman Jr2013-11-031-0/+2
* Correct flake8 violation E261Ray Ashman Jr2013-11-021-1/+1
* Fixed E225 pep8 warnings.Tim Graham2013-10-231-1/+1
* Fixed #20841 -- Added messages to NotImplementedErrorsGregor MacGregor2013-09-101-1/+1
* Refactored code and tests that relied on django.utils.tzi...Aymeric Augustin2013-09-091-3/+2
* Fixed #20693 -- Add timezone support to built-in time fil...Warren Smith2013-08-261-51/+82
* Replaced an antiquated pattern.Aymeric Augustin2013-05-171-1/+1
* Fixed #18951 -- Formatting of microseconds.Aymeric Augustin2012-09-221-2/+2
* [py3] Ported django.utils.encoding.Aymeric Augustin2012-08-071-3/+3
* [py3] Replaced unicode/str by six.text_type/bytes.Aymeric Augustin2012-07-221-2/+3
* Fixed #18269 -- Applied unicode_literals for Python 3 com...Claude Paroz2012-06-071-18/+19
* Replaced print statement by print function (forward compa...Claude Paroz2012-04-301-1/+1
* Updated a few localization formats to stop the changes do...Jannis Leidel2012-02-101-1/+1
* Fixed #16416 -- Added two new date formatting options for...Jannis Leidel2012-02-091-1/+16
* Added support for time zones. Thanks Luke Plant for the r...Aymeric Augustin2011-11-181-4/+10
* Fixed #16924 -- Corrected `date` template filter handling...Ramiro Morales2011-09-251-4/+8
* Fixed #14570 -- Added new date format character for alter...Jannis Leidel2010-12-131-2/+6
* Fixed #13547 -- Made sure the ISO 8601 date formatting in...Jannis Leidel2010-05-161-1/+1
* Fixed #7262 - Added ISO 8601 and microsecond format strin...Jannis Leidel2010-01-011-1/+13
* Fixed #10825: fixed the 'U' format code to dateformat (an...Jacob Kaplan-Moss2009-05-081-8/+11
* Fixed #10048 -- Handle non-existent timezone in dateforma...Malcolm Tredinnick2009-02-281-3/+5
* Fixed #7847 -- Removed a whole bunch of unused imports fr...Adrian Holovaty2008-07-221-1/+1
* Fixed #5869 -- Corrected documentation for `now` template...Gary Wilson Jr2007-11-041-1/+1
* Fixed #2633 -- Fixed timezone computation in O() format f...Malcolm Tredinnick2007-09-161-2/+2
* Fixed #5470 -- Fixed the 'Z' time format marker in templa...Malcolm Tredinnick2007-09-151-4/+9
* Fixed #4768 -- Converted timesince and dateformat to use ...Russell Keith-Magee2007-07-121-1/+1
* Merged Unicode branch into trunk (r4952:5608). This shoul...Malcolm Tredinnick2007-07-041-26/+28
* Fixed #2998 -- Wrapped a couple more strings for translat...Malcolm Tredinnick2007-03-111-6/+7
* Fixed #3488: Added "b" option to date format filter. Than...Jacob Kaplan-Moss2007-02-281-1/+5
* Changed dateformat 'M' to use MONTHS_3 instead of MONTHS,...Adrian Holovaty2006-12-181-2/+2
* Fixed #2109 -- Convert old-style classes to new-style cla...Adrian Holovaty2006-06-081-1/+1
* Fixed #742 -- Implemented 't' dateformat. Thanks, radek.Adrian Holovaty2005-11-071-6/+2
* Fixed #479 -- Implemented time-zone formats in dateformat...Adrian Holovaty2005-10-221-9/+28
* Fixed #654 -- Fixed bug in [969]. Thanks, korpios@gmail.comAdrian Holovaty2005-10-201-1/+1
* Lightly refactored django.utils.dateformat to make it use...Adrian Holovaty2005-10-201-157/+82
* Fixed #207 -- thanks, Mathieu.Jacob Kaplan-Moss2005-07-261-1/+1
* Imported Django from private SVN repository (created from...Adrian Holovaty2005-07-131-0/+317