Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/utils/dates.py
Commit message (Collapse)AuthorAgeFilesLines
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-1/+1
|
* Correct flake8 violation E261Ray Ashman Jr2013-11-021-2/+2
|
* Fixed up some more flake8 violations (this particular ↵Alex Gaynor2013-10-261-13/+13
| | | | violation still has many occurrences in the tests/ dir so it can't be removed from setup.cfg yet)
* Fixed #9988 (again) -- Updated list of Associated Press ↵Jannis Leidel2011-01-211-2/+12
| | | | | | months names to use a translation context. Thanks, Claude Paroz. git-svn-id: http://code.djangoproject.com/svn/django/trunk@15280 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #14570 -- Added new date format character for ↵Jannis Leidel2010-12-131-1/+15
| | | | | | alternative month names using the new context capabilities. Also add context to Associated Press style month names (refs #9988). Thanks to Claude and shell_dweller. git-svn-id: http://code.djangoproject.com/svn/django/trunk@14899 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Merged Unicode branch into trunk (r4952:5608). This ↵Malcolm Tredinnick2007-07-041-1/+5
| | | | | | | | | | | should be fully backwards compatible for all practical purposes. Fixed #2391, #2489, #2996, #3322, #3344, #3370, #3406, #3432, #3454, #3492, #3582, #3690, #3878, #3891, #3937, #4039, #4141, #4227, #4286, #4291, #4300, #4452, #4702 git-svn-id: http://code.djangoproject.com/svn/django/trunk@5609 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* fixed #1817: added translation hooks for 3-letter month ↵Georg Bauer2006-05-161-2/+2
| | | | | | names git-svn-id: http://code.djangoproject.com/svn/django/trunk@2912 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Merged i18n branch into the trunk! Fixes #65, and ↵Jacob Kaplan-Moss2005-11-041-7/+9
| | | | | | perhaps some others. NB: this means that the i18n branch is now obsolete and will be made read-only. git-svn-id: http://code.djangoproject.com/svn/django/trunk@1068 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Imported Django from private SVN repository (created ↵Adrian Holovaty2005-07-131-0/+27
from r. 8825) git-svn-id: http://code.djangoproject.com/svn/django/trunk@3 bcc190cf-cafb-0310-a4f2-bffc1f526a37