django1/django/contrib
Maxime Turcotte 25e06bca57 Fixed #18767 -- Fixed admin calendar for other locales than English.
Refactored openCalendar function from DateTimeShortcuts.js. Now, when
entered manually in the input field, the date will show up correctly on
the calendar for locales that don't use "-" for separator.

Thanks charettes for revivew and Alexey Boriskin for some of the patch.
2014-08-13 20:36:26 -04:00
..
admin Fixed #18767 -- Fixed admin calendar for other locales than English. 2014-08-13 20:36:26 -04:00
admindocs Updated translation catalogs 2014-05-19 15:17:35 +02:00
auth Added newlines to the ends of CSS, HTML, and JavaScript files missing them. 2014-08-12 19:22:09 -04:00
contenttypes Fixed #22982 -- Added GenericRelatedObjectManager.__str__. to prevent crash. 2014-08-07 14:44:20 -04:00
flatpages Added newlines to the ends of CSS, HTML, and JavaScript files missing them. 2014-08-12 19:22:09 -04:00
formtools Added newlines to the ends of CSS, HTML, and JavaScript files missing them. 2014-08-12 19:22:09 -04:00
gis Added newlines to the ends of CSS, HTML, and JavaScript files missing them. 2014-08-12 19:22:09 -04:00
humanize Updated translation catalogs 2014-05-19 15:17:35 +02:00
messages Fixed #22384 -- Deprecated reversing URLs by dotted path. 2014-06-03 07:30:14 -04:00
postgres Fixed #22962 -- Default values for ArrayField with migrations. 2014-07-29 10:37:11 +01:00
redirects Added database migration for contrib.redirects. 2014-06-15 20:20:22 -04:00
sessions Fixed #22849 -- Added Session.__str__() 2014-07-24 21:33:51 +01:00
sitemaps Fixed test from refs #22782. 2014-06-20 17:53:18 -04:00
sites Added database migration for contrib.sites. 2014-06-15 19:28:20 -04:00
staticfiles Fixed #23276 -- Deprecated passing views as strings to url(). 2014-08-12 13:15:40 -04:00
syndication Removed locale dirs for single-message apps 2014-05-19 14:13:01 +02:00
webdesign Fixed #22789 -- Deprecated django.contrib.webdesign. 2014-07-14 08:45:19 -04:00
__init__.py