django/django
Adrian Holovaty d8b8367494 Fixed #658 -- Fixed JavaScript calendar widget in IE. Thanks for the patch, kieranholland
git-svn-id: http://code.djangoproject.com/svn/django/trunk@977 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-10-20 13:16:46 +00:00
..
bin Fixed #357 -- Added a '--pythonpath' option to django-admin. Thanks for the patch, Hugo 2005-10-06 17:22:23 +00:00
conf Removed duplicate LANGUAGE_CODE from project_template/settings. Thanks, EspenG 2005-10-19 16:10:31 +00:00
contrib Fixed #658 -- Fixed JavaScript calendar widget in IE. Thanks for the patch, kieranholland 2005-10-20 13:16:46 +00:00
core Fixed #317 -- SlugField now accepts hyphens. Thanks, Sune 2005-10-20 04:20:52 +00:00
middleware Fixed #647 -- Fixed cache middleware not to expect _cache_update_cache, in case of 404s and 500s. Thanks, Eugene 2005-10-19 13:44:55 +00:00
models Fixed #627 -- BACKWARDS-INCOMPATIBLE CHANGE. Admin is now an app, not a middleware. See BackwardsIncompatibleChanges for a full list of changes and information on how to update your code. 2005-10-19 01:09:05 +00:00
parts
templatetags Fixed #627 -- BACKWARDS-INCOMPATIBLE CHANGE. Admin is now an app, not a middleware. See BackwardsIncompatibleChanges for a full list of changes and information on how to update your code. 2005-10-19 01:09:05 +00:00
utils Fixed #654 -- Fixed bug in [969]. Thanks, korpios@gmail.com 2005-10-20 13:13:55 +00:00
views Removed django.views.admin. Everything has been moved to django.contrib.admin.views. Refs #627 2005-10-18 04:59:26 +00:00
__init__.py