django1/django
Adrian Holovaty 989fcce02a Fixed template-name bug for admin doc templates in [948]
git-svn-id: http://code.djangoproject.com/svn/django/trunk@959 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-10-19 16:29:20 +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 template-name bug for admin doc templates in [948] 2005-10-19 16:29:20 +00:00
core Fixed #641 -- Fixed re-raise in django.core.handlers.base. Thanks, Sune 2005-10-19 01:16:57 +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 Fixed small bug in parts.auth.formfields.AuthenticationForm 2005-08-16 23:16:55 +00:00
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 #616 -- Added a process_exception() hook to middleware framework. Thanks, Hugo 2005-10-15 02:20:35 +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 Imported Django from private SVN repository (created from r. 8825) 2005-07-13 01:25:57 +00:00