summaryrefslogtreecommitdiff
path: root/django/contrib/admin/media/js/dateparse.js
AgeCommit message (Collapse)Author
2011-04-22Fixed #11531 -- Removed unused dateparse.js from admin JavaScript directory.Jannis Leidel
git-svn-id: http://code.djangoproject.com/svn/django/trunk@16068 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-09-10Fixed date parsing of 31st dates when current month has 30 days (!!).Malcolm Tredinnick
Patch from rich@tablexi.com. Fixed #2975. git-svn-id: http://code.djangoproject.com/svn/django/trunk@13713 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-11-07Fixed #2975: dateparse.js now correctly handles the last day of the year. ↵Jacob Kaplan-Moss
Thanks, wangbin@exoweb.net. git-svn-id: http://code.djangoproject.com/svn/django/trunk@4032 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-03-01Fixed #1426 -- Made several admin JavaScript improvements. Thanks, anonymousAdrian Holovaty
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2448 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-12-06added two more message IDs for translations to dateparse.js - month names ↵Georg Bauer
and day names in the parser. Updated existing djangojs.po files. git-svn-id: http://code.djangoproject.com/svn/django/trunk@1559 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-10-19Fixed #627 -- BACKWARDS-INCOMPATIBLE CHANGE. Admin is now an app, not a ↵Adrian Holovaty
middleware. See BackwardsIncompatibleChanges for a full list of changes and information on how to update your code. git-svn-id: http://code.djangoproject.com/svn/django/trunk@948 bcc190cf-cafb-0310-a4f2-bffc1f526a37