django1/django/contrib/admin
Adrian Holovaty d5f32aa008 Changed contrib.admin.views.main to use staff_member_required_decorator. Refs #627. Note that, by this point, AdminUserRequired middleware is redundant -- but nothing is backwards-incompatible yet.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@931 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-10-18 05:23:07 +00:00
..
urls Added django.contrib.admin.urls and django.contrib.admin.templates. Refs #627 2005-10-18 04:44:24 +00:00
views Changed contrib.admin.views.main to use staff_member_required_decorator. Refs #627. Note that, by this point, AdminUserRequired middleware is redundant -- but nothing is backwards-incompatible yet. 2005-10-18 05:23:07 +00:00
__init__.py Added django.contrib.admin, with a staff_member_required decorator and code from AdminUserRequired middleware. Refs #627 2005-10-18 04:21:07 +00:00