django1/django
Adrian Holovaty 15fb988dbc Changed contrib.admin.views.template and doc to use staff_member_required decorator. Refs #627
git-svn-id: http://code.djangoproject.com/svn/django/trunk@929 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-10-18 05:12:45 +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 Moved views.admin.main to contrib.admin.views.main. Refs #627. Note that this is still backwards-compatible, assuming people are using django.conf.urls.admin as their admin URLconf 2005-10-18 04:58:34 +00:00
contrib Changed contrib.admin.views.template and doc to use staff_member_required decorator. Refs #627 2005-10-18 05:12:45 +00:00
core Fixed #583 -- Added app_directories template loader, which searches for templates in 'templates' directory in each INSTALLED_APPS package. It's turned off by default. 2005-10-17 02:37:50 +00:00
middleware Fixed #626 -- Moved template modules to django.core.template package. django.core.template_loader is deprecated, in favor of django.core.template.loader. 2005-10-14 20:10:13 +00:00
models Fixed metasystem bug when using get_related_many_to_many() method with a custom-named primary key. Thanks, stane 2005-09-13 03:48:06 +00:00
parts Fixed small bug in parts.auth.formfields.AuthenticationForm 2005-08-16 23:16:55 +00:00
templatetags Fixed #550 -- Default admin template now checks user permissions, hiding apps/modules/actions for which the user doesn't have permissions. Thanks, Jason Huggins 2005-09-25 19:08:44 +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